QR Code Reader

A chrome extension for reading QR code from webpage.

QR Code Reader क्या है?

QR Code Reader Ayaan Ahmad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension for reading QR code from webpage."।

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

screenshot

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

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

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

                        Get the link to the QR Code shown on any web page. 

To use just open extension or use 'Command/Ctrl+Shift+F' shortcut to read QR code on current tab.
Yes it is that easy.

Some notable Issues:
Unable to read QR code if it is not clear on a webpage.
Cannot read multiple QR code.                    

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

नाम QR Code Reader QR Code Reader
ID ogidhdapceihieacnnopijooamfceepd
आधिकारिक URL https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd
विवरण A chrome extension for reading QR code from webpage.
फ़ाइल का आकार 98.24 KB
स्थापना संख्या 4,189
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-10-20
प्रकाशन तिथि 2022-08-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Ayaan Ahmad
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Reader",
    "description": "A chrome extension for reading QR code from webpage.",
    "version": "1.0.2",
    "action": {
        "default_popup": "dist\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": ""
        }
    }
}