URL 2 QR Code
This extension displays the URL as a QR Code for easy mobile transfer.
Cos'è URL 2 QR Code?
URL 2 QR Code è un'estensione di Chrome sviluppata da http://lisaapps.com, e la sua funzione principale è "This extension displays the URL as a QR Code for easy mobile transfer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL 2 QR Code
Scarica i file di estensione URL 2 QR Code 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
Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone? I would copy the url and then email it to myself! What a pain in the butt! So I created: "One-Click URL2QRCODE" One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.
Informazioni di Base sull'Estensione
Nome | |
ID | nnegakkhkafagagmedecbbcjcjmonkgb |
URL Ufficiale | https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb |
Descrizione | This extension displays the URL as a QR Code for easy mobile transfer. |
Dimensione del File | 7.75 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-12-11 |
Data di Pubblicazione | 2013-12-11 |
Sviluppatore | http://lisaapps.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL 2 QR Code", "short_name": "URL2QRCode", "description": "This extension displays the URL as a QR Code for easy mobile transfer.", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/qrcode.kaywa.com\/", "tabs", "contentSettings", "background" ] } |