QR it!
This extension shows the QR code of the current URL address.
Wat is QR it!?
QR it! is een Chrome-extensie ontwikkeld door https://malva.altervista.org, en de belangrijkste functie is "This extension shows the QR code of the current URL address.".
Extensie Screenshots
Download het CRX-bestand van de extensie QR it!
Download QR it!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
Officiële URL | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
Beschrijving | This extension shows the QR code of the current URL address. |
Bestandsgrootte | 57.31 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-04-13 |
Publicatiedatum | 2019-04-13 |
Ontwikkelaar | https://malva.altervista.org |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |