qrcode with scheme

generate qrcode with url scheme

qrcode with scheme क्या है?

qrcode with scheme vivaxy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "generate qrcode with url scheme"।

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

screenshot

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

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

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

                        Generate qrcode with url schema.                    

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

नाम qrcode with scheme qrcode with scheme
ID nghpcjjmhemilbphegklaehbmoepfokk
आधिकारिक URL https://chromewebstore.google.com/detail/qrcode-with-scheme/nghpcjjmhemilbphegklaehbmoepfokk
विवरण generate qrcode with url scheme
फ़ाइल का आकार 28.81 KB
स्थापना संख्या 65
वर्तमान संस्करण 1.2.6
अंतिम अपडेट 2016-11-21
प्रकाशन तिथि 2016-11-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर vivaxy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/vivaxy/qrcode-chrome
सहायता पृष्ठ URL https://github.com/vivaxy/qrcode-chrome/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "qrcode with scheme",
    "version": "1.2.6",
    "description": "generate qrcode with url scheme",
    "icons": {
        "128": "img\/icon.128.png",
        "48": "img\/icon.48.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.128.png",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "author": "vivaxy",
    "homepage_url": "https:\/\/github.com\/vivaxy\/qrcode-chrome",
    "permissions": [
        "tabs",
        "storage"
    ]
}