QR Code Creator
Quickly send viewing web page or any other text to your mobile using QR code.
Cos'è QR Code Creator?
QR Code Creator è un'estensione di Chrome sviluppata da PixelOwner, e la sua funzione principale è "Quickly send viewing web page or any other text to your mobile using QR code.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR Code Creator
Scarica i file di estensione QR Code Creator 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
How often does it happen, when you want to send something very quickly into your phone from the web browser? Now it is very easy. Just click the extension button, point your camera on the generated QR code and scan it. Woala, link to the viewing web page is in your phone. You can even share any text, just type it into the field on the bottom of the extension and press the submit button. Also you can scan generated QR codes.
Informazioni di Base sull'Estensione
Nome | QR Code Creator |
ID | addgaohhlahfdofpaplmeknphfoafeoc |
URL Ufficiale | https://chromewebstore.google.com/detail/qr-code-creator/addgaohhlahfdofpaplmeknphfoafeoc |
Descrizione | Quickly send viewing web page or any other text to your mobile using QR code. |
Dimensione del File | 160 KB |
Conteggio Installazioni | 1,850 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2013-09-22 |
Data di Pubblicazione | 2013-09-22 |
Valutazione | 4.52/5 Totale 21 Valutazioni |
Sviluppatore | PixelOwner |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Creator", "version": "2", "icons": { "16": "img\/icon-16.png", "24": "img\/icon-24.png", "48": "img\/icon-48.png", "256": "img\/icon-256.png" }, "description": "Quickly send viewing web page or any other text to your mobile using QR code.", "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |