The QRL Extension
URL to QR code developed for easy transfer of sites from Computer to mobile.
Was ist The QRL Extension?
The QRL Extension ist eine Chrome-Erweiterung, die von RohanDengle entwickelt wurde, und ihr Hauptmerkmal ist "URL to QR code developed for easy transfer of sites from Computer to mobile.".
Erweiterungsscreenshots
The QRL Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie The QRL Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | gabgbddcoappkaagcaiodjpgcnoifklm |
Offizielle URL | https://chromewebstore.google.com/detail/the-qrl-extension/gabgbddcoappkaagcaiodjpgcnoifklm |
Beschreibung | URL to QR code developed for easy transfer of sites from Computer to mobile. |
Dateigröße | 18.13 KB |
Installationsanzahl | 57 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-08-10 |
Veröffentlichungsdatum | 2020-08-10 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | RohanDengle |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |