QR Code (Generator and Reader)

Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.

QR Code (Generator and Reader) क्या है?

QR Code (Generator and Reader) https://c7x.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate QR Code from the url of current page, link or selected text. And decode QR Code in image."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Generate QR Code and decode QR Code.                    

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

नाम QR Code (Generator and Reader) QR Code (Generator and Reader)
ID hkojjajclkgeijhcmfjcjkddfjpaimek
आधिकारिक URL https://chromewebstore.google.com/detail/qr-code-generator-and-rea/hkojjajclkgeijhcmfjcjkddfjpaimek
विवरण Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.
फ़ाइल का आकार 40.47 KB
स्थापना संख्या 211,124
वर्तमान संस्करण 1.3.8
अंतिम अपडेट 2021-10-30
प्रकाशन तिथि 2020-05-20
रेटिंग 4.14/5 कुल 140 रेटिंग्स
डेवलपर https://c7x.me
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://hybridapps.net/privacy.htm
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.3.8",
    "short_name": "__MSG_short_name__",
    "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"
    },
    "page_action": {
        "default_icon": {
            "16": "icon\/16.png",
            "19": "icon\/19.png",
            "32": "icon\/32.png",
            "38": "icon\/38.png"
        },
        "default_title": "__MSG_generate__",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            }
        }
    },
    "background": {
        "scripts": [
            "js\/vendor\/qrcode.js",
            "js\/vendor\/qrcode_UTF8.js",
            "js\/noconflict.js",
            "js\/vendor\/jsqrcode.min.js",
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "47",
    "offline_enabled": true,
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "activeTab",
        ""
    ]
}