QR Code Generator
Creates QR Codes from open pages, URLs, images, links and selected text.
Cos'è QR Code Generator?
QR Code Generator è un'estensione di Chrome sviluppata da Armin Kremm, e la sua funzione principale è "Creates QR Codes from open pages, URLs, images, links and selected text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR Code Generator
Scarica i file di estensione QR Code 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
Informazioni di Base sull'Estensione
Nome | QR Code Generator |
ID | dfncpmlchoghcaleajocnbgnffdkpeia |
URL Ufficiale | https://chromewebstore.google.com/detail/qr-code-generator/dfncpmlchoghcaleajocnbgnffdkpeia |
Descrizione | Creates QR Codes from open pages, URLs, images, links and selected text. |
Dimensione del File | 48.34 KB |
Conteggio Installazioni | 1,296 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-10-30 |
Data di Pubblicazione | 2013-10-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Armin Kremm |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "description": "Creates QR Codes from open pages, URLs, images, links and selected text.", "version": "1.0", "author": [ "Armin Kremm" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon19.png", "default_name": "Create QR code", "default_title": "Create an QR code for this page", "default_popup": "popup.html" } } |