QrURL

create a qrcode from an url

QrURL क्या है?

QrURL https://qrurl.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "create a qrcode from an url"।

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

screenshot

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

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

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

                        A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world.                    

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

नाम QrURL QrURL
ID ckcagfpjgmmncmkgdilpjbkleijonafi
आधिकारिक URL https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi
विवरण create a qrcode from an url
फ़ाइल का आकार 14.45 KB
स्थापना संख्या 115
वर्तमान संस्करण 0.4.3
अंतिम अपडेट 2017-09-28
प्रकाशन तिथि 2017-09-28
डेवलपर https://qrurl.it
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://qrurl.it
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QrURL",
    "version": "0.4.3",
    "description": "create a qrcode from an url",
    "background_page": "background.html",
    "browser_action": {
        "default_icon": "icon-128.png",
        "popup": "popup.html"
    },
    "homepage_url": "http:\/\/qrurl.it",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}