The QRL Extension
URL to QR code developed for easy transfer of sites from Computer to mobile.
Vad är The QRL Extension?
The QRL Extension är en Chrome-tillägg utvecklad av RohanDengle, och dess huvudfunktion är "URL to QR code developed for easy transfer of sites from Computer to mobile.".
Tilläggsskärmbilder
Ladda ner The QRL Extension-förlängningens CRX-fil
Ladda ner The QRL Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | gabgbddcoappkaagcaiodjpgcnoifklm |
Officiell webbadress | https://chromewebstore.google.com/detail/the-qrl-extension/gabgbddcoappkaagcaiodjpgcnoifklm |
Beskrivning | URL to QR code developed for easy transfer of sites from Computer to mobile. |
Filstorlek | 18.13 KB |
Antal Installationer | 57 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-08-10 |
Publiceringsdatum | 2020-08-10 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | RohanDengle |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |