QR it!
This extension shows the QR code of the current URL address.
Vad är QR it!?
QR it! är en Chrome-tillägg utvecklad av https://malva.altervista.org, och dess huvudfunktion är "This extension shows the QR code of the current URL address.".
Tilläggsskärmbilder
Ladda ner QR it!-förlängningens CRX-fil
Ladda ner QR it!-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
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.
Grundläggande Information om Tillägg
Namn | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
Officiell webbadress | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
Beskrivning | This extension shows the QR code of the current URL address. |
Filstorlek | 57.31 KB |
Antal Installationer | 29 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-04-13 |
Publiceringsdatum | 2019-04-13 |
Utvecklare | https://malva.altervista.org |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |