QRL

Convert your URL or any other text into a QR Code to open in your Mobile Device.

Vad är QRL?

QRL är en Chrome-tillägg utvecklad av Abhijith Nandagopal, och dess huvudfunktion är "Convert your URL or any other text into a QR Code to open in your Mobile Device.".

Tilläggsskärmbilder

screenshot

Ladda ner QRL-förlängningens CRX-fil

Ladda ner QRL-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

                        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.                    

Grundläggande Information om Tillägg

Namn QRL QRL
ID pbceohndbholgidpofipojlpfdcimlgf
Officiell webbadress https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf
Beskrivning Convert your URL or any other text into a QR Code to open in your Mobile Device.
Filstorlek 48.59 KB
Antal Installationer 179
Aktuell Version 1.0
Senast Uppdaterad 2018-10-03
Publiceringsdatum 2018-10-02
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare Abhijith Nandagopal
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}