URL 2 QR Code

This extension displays the URL as a QR Code for easy mobile transfer.

URL 2 QR Code क्या है?

URL 2 QR Code http://lisaapps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the URL as a QR Code for easy mobile transfer."।

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

screenshot

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

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

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

                        Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone?  

I would copy the url and then email it to myself!  

What a pain in the butt!

So I created: "One-Click URL2QRCODE"

One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.                    

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

नाम URL 2 QR Code URL 2 QR Code
ID nnegakkhkafagagmedecbbcjcjmonkgb
आधिकारिक URL https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb
विवरण This extension displays the URL as a QR Code for easy mobile transfer.
फ़ाइल का आकार 7.75 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.2
अंतिम अपडेट 2013-12-11
प्रकाशन तिथि 2013-12-11
डेवलपर http://lisaapps.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL 2 QR Code",
    "short_name": "URL2QRCode",
    "description": "This extension displays the URL as a QR Code for easy mobile transfer.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/qrcode.kaywa.com\/",
        "tabs",
        "contentSettings",
        "background"
    ]
}