forked from fxkr/chrome-qrcode-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
25 lines (16 loc) · 749 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
A Google Chrome extension that shows the current URL as a QR code.
Available in Google Web Store: https://chrome.google.com/webstore/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml
I often use this to quickly copy a URL to my smartphone.
It uses Kazuhiko Arases javascript library (http://www.d-project.com/) to
draw the QR codes instead of relying on some third-party web API (like
all of the other extensions I looked at. Wtf?).
Installing (for developers):
* Clone the repository somehwere.
* Go to chrome://extensions
* Make sure the "Developer mode" checkbox is on
* Click "Load unpacked extension"
Building:
gem install crxmake
./pack.rb
Author: Felix Kaiser <[email protected]>
License: MIT (see LICENSE)