The QRL Extension
URL to QR code developed for easy transfer of sites from Computer to mobile.
Cos'è The QRL Extension?
The QRL Extension è un'estensione di Chrome sviluppata da RohanDengle, e la sua funzione principale è "URL to QR code developed for easy transfer of sites from Computer to mobile.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The QRL Extension
Scarica i file di estensione The QRL Extension 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
The QRL Extension has been launched to scan the links on your PC to your mobile and check it on the move. This is to make your life easy and quite accessible to the links which you are viewing on your big screen. Instead of copying the link, pasting, and sending, you just scan it without any obstacle and send. Here's to making life easy and smart!
Informazioni di Base sull'Estensione
Nome | |
ID | gabgbddcoappkaagcaiodjpgcnoifklm |
URL Ufficiale | https://chromewebstore.google.com/detail/the-qrl-extension/gabgbddcoappkaagcaiodjpgcnoifklm |
Descrizione | URL to QR code developed for easy transfer of sites from Computer to mobile. |
Dimensione del File | 18.13 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-08-10 |
Data di Pubblicazione | 2020-08-10 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | RohanDengle |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The QRL Extension", "description": "URL to QR code developed for easy transfer of sites from Computer to mobile.", "version": "1.0", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "activeTab" ], "offline_enabled": true, "browser_action": { "default_icon": "16x16.png", "default_popup": "popup.html" } } |