QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
Cos'è QR Code Maker?
QR Code Maker è un'estensione di Chrome sviluppata da Nick Remijn, e la sua funzione principale è "This Extension allow the user to quickly create QR Codes with the current url".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR Code Maker
Scarica i file di estensione QR Code Maker 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
This Extension makes it easier to share links between devices by making a QR Code out of them. Features: - Quickly create a QR Code out of the current page URL - Right click a link to display it as a QR Code Changelog: - 1.0.0 - initial Version
Informazioni di Base sull'Estensione
Nome | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
URL Ufficiale | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
Descrizione | This Extension allow the user to quickly create QR Codes with the current url |
Dimensione del File | 7.57 KB |
Conteggio Installazioni | 629 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2014-02-16 |
Data di Pubblicazione | 2014-02-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Nick Remijn |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Maker", "description": "This Extension allow the user to quickly create QR Codes with the current url", "version": "1.0.0", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Create QR Code", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |