URL to QRC

This extension generates a QR Code based on the current url.

URL to QRC क्या है?

URL to QRC https://bambitinc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension generates a QR Code based on the current url."।

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

screenshot

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

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

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

                        Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly.


This is an Open Source project.  All the source code is hosted on GitHub at https://github.com/bambit/u2q                    

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

नाम URL to QRC URL to QRC
ID pchcmphgcelljgbhhpbfidahgjnabgfc
आधिकारिक URL https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc
विवरण This extension generates a QR Code based on the current url.
फ़ाइल का आकार 48.46 KB
स्थापना संख्या 95
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-03-28
प्रकाशन तिथि 2013-03-28
डेवलपर https://bambitinc.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QRC",
    "description": "This extension generates a QR Code based on the current url.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}