X QRCode

A powerfull chrome extension for qrcode encoding and decoding.

X QRCode क्या है?

X QRCode nuintun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A powerfull chrome extension for qrcode encoding and decoding."।

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

screenshot
screenshot
screenshot

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

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

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

                        The extension can quickly convert the tab address to a QRCode and support converting the link and selected text in the page to a QRCode and parsing the QRCode image in the page.                    

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

नाम X QRCode X QRCode
ID afjgnjcplfimlceahcgancmlnmbkgmhf
आधिकारिक URL https://chromewebstore.google.com/detail/x-qrcode/afjgnjcplfimlceahcgancmlnmbkgmhf
विवरण A powerfull chrome extension for qrcode encoding and decoding.
फ़ाइल का आकार 46.77 KB
स्थापना संख्या 221
वर्तमान संस्करण 0.3.3
अंतिम अपडेट 2022-01-21
प्रकाशन तिथि 2019-05-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर nuintun
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/nuintun/x-qrcode
सहायता पृष्ठ URL https://github.com/nuintun/x-qrcode
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.3.3",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/qrcode-16.png",
        "32": "images\/qrcode-32.png",
        "48": "images\/qrcode-48.png",
        "128": "images\/qrcode-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/qrcode-16.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/nuintun\/x-qrcode",
    "permissions": [
        "activeTab",
        "contextMenus",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}