Url2QRCode

With this extension you can generate a QR Code relative to the active URL.

Url2QRCode क्या है?

Url2QRCode Gabriele Callimaci द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this extension you can generate a QR Code relative to the active URL."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Have you ever started to read an article on your computer and then you want to continue on the phone or tablet?!?! To me, often, and to do that, every time I have to enter by hand on the phone, the link of the web page, with the possibility of making a mistake and a great loss of time !!
Well, now, thanks to this extension, you can create on the fly a QR Code alleging the URL of the web page open, and through any QR reader installed on your phone, you can restore it on your phone's browser: simple, no ?!?!                    

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

नाम Url2QRCode Url2QRCode
ID gnobbgncabdnemdppgojlhblpohickok
आधिकारिक URL https://chromewebstore.google.com/detail/url2qrcode/gnobbgncabdnemdppgojlhblpohickok
विवरण With this extension you can generate a QR Code relative to the active URL.
फ़ाइल का आकार 45.66 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-07-15
प्रकाशन तिथि 2015-07-15
डेवलपर Gabriele Callimaci
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "short_name": "__MSG_extname__",
    "description": "__MSG_extdescr__",
    "version": "1.0",
    "default_locale": "it",
    "icons": {
        "16": "QRCode_16.png",
        "36": "QRCode_36.png",
        "48": "QRCode_48.png",
        "128": "QRCode_128.png"
    },
    "author": "Gabriele Callimaci ([email protected])",
    "browser_action": {
        "default_icon": "QRCode_16.png",
        "default_popup": "getQRCode.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "jquery.qrcode-0.12.0.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}

संबंधित एक्सटेंशन्स