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.…
Was ist QR-ify?
QR-ify ist eine Chrome-Erweiterung, die von Coby Hausrath entwickelt wurde, und ihr Hauptmerkmal ist "Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…".
Erweiterungsscreenshots
QR-ify-Erweiterungs-CRX-Datei herunterladen
Laden Sie QR-ify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | biehginleaaocmfcmnghifmoccfkbbko |
Offizielle URL | https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko |
Beschreibung | Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.… |
Dateigröße | 17.21 KB |
Installationsanzahl | 32 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-01-19 |
Veröffentlichungsdatum | 2014-01-19 |
Entwickler | Coby Hausrath |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |