QRL
Convert your URL or any other text into a QR Code to open in your Mobile Device.
Qu'est-ce que QRL ?
QRL est une extension Chrome développée par Abhijith Nandagopal, et sa fonction principale est "Convert your URL or any other text into a QR Code to open in your Mobile Device.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QRL
Téléchargez les fichiers d'extension QRL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Prevents you from either typing everything into your mobile device or sending it via Gmail or other tedious methods. Just click the extension to generate a QR Code, scan it and Voila! It uses only the 'tabs' permission to get the current active tab. Codes, Paragraphs, Lyrics, Messages and more can be converted into a QR Code. Works completely offline. Supported by all mainstream QR Code readers. P.S. The 'Reads your browsing history' permission is actually the tabs permission. No data is being stored or misused. Your privacy is of utmost value.
Informations de Base sur l'Extension
Nom | QRL |
ID | pbceohndbholgidpofipojlpfdcimlgf |
URL Officiel | https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf |
Description | Convert your URL or any other text into a QR Code to open in your Mobile Device. |
Taille du Fichier | 48.59 KB |
Nombre d'Installations | 179 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-10-03 |
Date de Publication | 2018-10-02 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Abhijith Nandagopal |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRL", "version": "1.0", "description": "Convert your URL or any other text into a QR Code to open in your Mobile Device.", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Abhijith Nandagopal", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |