URL to QRC
This extension generates a QR Code based on the current url.
Cos'è URL to QRC?
URL to QRC è un'estensione di Chrome sviluppata da https://bambitinc.com, e la sua funzione principale è "This extension generates a QR Code based on the current url.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL to QRC
Scarica i file di estensione URL to QRC 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
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
Informazioni di Base sull'Estensione
Nome | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
URL Ufficiale | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Descrizione | This extension generates a QR Code based on the current url. |
Dimensione del File | 48.46 KB |
Conteggio Installazioni | 95 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-03-28 |
Data di Pubblicazione | 2013-03-28 |
Sviluppatore | https://bambitinc.com |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |