QR-ify
Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…
Vad är QR-ify?
QR-ify är en Chrome-tillägg utvecklad av Coby Hausrath, och dess huvudfunktion är "Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…".
Tilläggsskärmbilder
Ladda ner QR-ify-förlängningens CRX-fil
Ladda ner QR-ify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera. Adds a single context menu item when text is selected. Clicking it pops up a new tab with the text that was encoded and the QR code. Requires no special permissions to run or external servers to communicate with. Your QR codes stay completely private. Relies heavily on davidshimjs's QRcode.js library: http://d-project.googlecode.com/svn/trunk/misc/qrcode/index.html and Jerome Etienne's jquery.qrcode.js: http://jeromeetienne.github.com/jquery-qrcode/ Source code available on Github: https://github.com/cobyhausrath/QR-ify/
Grundläggande Information om Tillägg
Namn | |
ID | biehginleaaocmfcmnghifmoccfkbbko |
Officiell webbadress | https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko |
Beskrivning | Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.… |
Filstorlek | 17.21 KB |
Antal Installationer | 32 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-01-19 |
Publiceringsdatum | 2014-01-19 |
Utvecklare | Coby Hausrath |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-ify", "version": "1.1", "short_name": "QR-ify", "icons": { "128": "icon128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "generateQR.js" ] } } |