The QRL Extension
URL to QR code developed for easy transfer of sites from Computer to mobile.
Co je The QRL Extension?
The QRL Extension je rozšíření Chrome vyvinuté RohanDengle, a jeho hlavní funkcí je „URL to QR code developed for easy transfer of sites from Computer to mobile.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření The QRL Extension
Stáhněte si soubory rozšíření The QRL Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | gabgbddcoappkaagcaiodjpgcnoifklm |
Oficiální URL | https://chromewebstore.google.com/detail/the-qrl-extension/gabgbddcoappkaagcaiodjpgcnoifklm |
Popis | URL to QR code developed for easy transfer of sites from Computer to mobile. |
Velikost souboru | 18.13 KB |
Počet instalací | 57 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-08-10 |
Datum Vydání | 2020-08-10 |
Hodnocení | 5.00/5 Celkem 9 Hodnocení |
Vývojář | RohanDengle |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |