Screen QR Reader

Read the QR code on the screen.

Screen QR Reader क्या है?

Screen QR Reader tk0111 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read the QR code on the screen."।

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

screenshot

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

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

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

                        You can read a QR code from an entire screen, window, or Chrome tab to open a web page.
It is as simple as clicking the extension icon and selecting the window, etc. that contains the QR code.

Features
- QR Codes outside the browser can also be scanned.
- Simple operation with no confusion                    

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

नाम Screen QR Reader Screen QR Reader
ID ekoaehpknadfoaolagjfdefeopkhfhln
आधिकारिक URL https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln
विवरण Read the QR code on the screen.
फ़ाइल का आकार 131 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2023-01-31
प्रकाशन तिथि 2023-01-28
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर tk0111
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://tkobayashi0111.github.io/webext-privacy-policy
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen QR Reader",
    "default_locale": "en",
    "description": "__MSG_Description__",
    "version": "0.1.2",
    "version_name": "0.1.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}