QR URL Transfer
Transfer a web page address to a smartphone using QR-code
Cos'è QR URL Transfer?
QR URL Transfer è un'estensione di Chrome sviluppata da Eoos Ventures, e la sua funzione principale è "Transfer a web page address to a smartphone using QR-code".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR URL Transfer
Scarica i file di estensione QR URL Transfer 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
Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.
Informazioni di Base sull'Estensione
Nome | QR URL Transfer |
ID | iojkbccgdkfpbffpdbkmahhkigbhhmbn |
URL Ufficiale | https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn |
Descrizione | Transfer a web page address to a smartphone using QR-code |
Dimensione del File | 63.23 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2018-02-10 |
Data di Pubblicazione | 2018-02-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Eoos Ventures |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL Transfer", "description": "Transfer a web page address to a smartphone using QR-code", "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "hello.html", "default_icon": "16-icon.png" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png" }, "permissions": [ "activeTab" ] } |