QR Code Reader

Decode QR Codes from image

QR Code Reader क्या है?

QR Code Reader https://c7x.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decode QR Codes from image"।

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

screenshot
screenshot

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

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

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

                        Decode QR Codes from image                    

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

नाम QR Code Reader QR Code Reader
ID fpaifljagollofidhcdfnpenghcfcblj
आधिकारिक URL https://chromewebstore.google.com/detail/qr-code-reader/fpaifljagollofidhcdfnpenghcfcblj
विवरण Decode QR Codes from image
फ़ाइल का आकार 71.68 KB
स्थापना संख्या 79
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-01-10
प्रकाशन तिथि 2023-01-09
डेवलपर https://c7x.me
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://c7x.me/web-extension-privacy-policy.html
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "author": "Cople",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "minimum_chrome_version": "92",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.mixpanel.com\/"
    ]
}