Quick Copy
Scan QR Code to copy URL
Cos'è Quick Copy?
Quick Copy è un'estensione di Chrome sviluppata da Tushar Potdar, e la sua funzione principale è "Scan QR Code to copy URL".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Copy
Scarica i file di estensione Quick Copy 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
Stop manually typing URL in phone !! Use "Quick Copy".. "Quick Copy" Extension generates QR code of current open tab. Just have to scan QR code and it will Copy/open URL. Note : -For iPhone users camera will scan QR code automatically. -For Android users need to install QR Code scanner, If scanning feature is not available by default.
Informazioni di Base sull'Estensione
Nome | Quick Copy |
ID | clmjlfeedlkeelhednjdeofdeohpblhp |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-copy/clmjlfeedlkeelhednjdeofdeohpblhp |
Descrizione | Scan QR Code to copy URL |
Dimensione del File | 157 KB |
Conteggio Installazioni | 98 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-01-14 |
Data di Pubblicazione | 2018-01-13 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Tushar Potdar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Copy", "description": "Scan QR Code to copy URL", "version": "1.0", "browser_action": { "default_icon": "QRL.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |