The QRcode Generator
Generate Qrcode of your current tab and Selection
Cos'è The QRcode Generator?
The QRcode Generator è un'estensione di Chrome sviluppata da JohnnyWorks, e la sua funzione principale è "Generate Qrcode of your current tab and Selection".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The QRcode Generator
Scarica i file di estensione The QRcode Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A Simple tools that can generate QR-Code of your current tab or your selections. Features: - Click to get current tab URL into QR Code, Easy to use. - Can generate QRCode without internet.
Informazioni di Base sull'Estensione
Nome | The QRcode Generator |
ID | mmjobjkkoeoklejdaclonlkofnaojind |
URL Ufficiale | https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind |
Descrizione | Generate Qrcode of your current tab and Selection |
Dimensione del File | 66.86 KB |
Conteggio Installazioni | 96 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-10-04 |
Data di Pubblicazione | 2014-10-04 |
Sviluppatore | JohnnyWorks |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The QRcode Generator", "version": "1.0", "manifest_version": 2, "description": "Generate Qrcode of your current tab and Selection", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "contextMenus", "activeTab" ] } |