QR it!
This extension shows the QR code of the current URL address.
Was ist QR it!?
QR it! ist eine Chrome-Erweiterung, die von https://malva.altervista.org entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the QR code of the current URL address.".
Erweiterungsscreenshots
QR it!-Erweiterungs-CRX-Datei herunterladen
Laden Sie QR it!-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
QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code. Tired of typing long adresses on that tiny phone keyboard of yours? Of emailing yourself links? QR it! is for you.
Grundlegende Informationen zur Erweiterung
Name | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
Offizielle URL | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
Beschreibung | This extension shows the QR code of the current URL address. |
Dateigröße | 57.31 KB |
Installationsanzahl | 29 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-04-13 |
Veröffentlichungsdatum | 2019-04-13 |
Entwickler | https://malva.altervista.org |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR it!", "description": "This extension shows the QR code of the current URL address.", "version": "1.1", "options_page": "options\/options.html", "icons": { "19": "images\/qrcode19.png", "38": "images\/qrcode38.png", "48": "images\/qrcode48.png", "128": "images\/qrcode128.png" }, "browser_action": { "default_icon": "images\/qrcode.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/" ], "js": [ "js\/jquery.min.js", "js\/jquery.qrcode.min.js", "popup.js", "options\/options.js" ] } ] } |