QRL

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

QRL क्या है?

QRL Abhijith Nandagopal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert your URL or any other text into a QR Code to open in your Mobile Device."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QRL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम QRL QRL
ID pbceohndbholgidpofipojlpfdcimlgf
आधिकारिक URL https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf
विवरण Convert your URL or any other text into a QR Code to open in your Mobile Device.
फ़ाइल का आकार 48.59 KB
स्थापना संख्या 179
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-10-03
प्रकाशन तिथि 2018-10-02
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर Abhijith Nandagopal
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}