QRL
Convert your URL or any other text into a QR Code to open in your Mobile Device.
Wat is QRL?
QRL is een Chrome-extensie ontwikkeld door Abhijith Nandagopal, en de belangrijkste functie is "Convert your URL or any other text into a QR Code to open in your Mobile Device.".
Extensie Screenshots
Download het CRX-bestand van de extensie QRL
Download QRL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QRL |
ID | pbceohndbholgidpofipojlpfdcimlgf |
Officiële URL | https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf |
Beschrijving | Convert your URL or any other text into a QR Code to open in your Mobile Device. |
Bestandsgrootte | 48.59 KB |
Aantal Installaties | 179 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-10-03 |
Publicatiedatum | 2018-10-02 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Abhijith Nandagopal |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |