Url2QRcode

Convert the URL to QRcode.

Url2QRcode क्या है?

Url2QRcode https://getcrx.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert the URL to QRcode."।

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

screenshot
screenshot

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

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

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

                        Just help you Convert the URL to QRcode.
Just Do It!

- one key to convert the URL of current TAB
- convert any text in the option page(right click the extension icon, and select `option`)
- offline convert supported
- v2.2.0: customize qrcode image size( range from 10px to 570px)
- v2.3.0: add `QRcode to URL scaner` context menu(should enable `chrome://flags/#enable-experimental-web-platform-features` manualy)
- v2.4.0 add history record
- v2.5.0 support QRcode detect in contextmenu on Windows                    

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

नाम Url2QRcode Url2QRcode
ID acedjabgpolnckckknijpejicghpfbnj
आधिकारिक URL https://chromewebstore.google.com/detail/url2qrcode/acedjabgpolnckckknijpejicghpfbnj
विवरण Convert the URL to QRcode.
फ़ाइल का आकार 369 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 2.5.1
अंतिम अपडेट 2023-02-18
प्रकाशन तिथि 2019-03-28
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर https://getcrx.cn
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/g8up/youDaoDict/wiki/privacy
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.5.1",
    "background": {
        "scripts": [
            "barcode-detector.umd.js",
            ".\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/g8up.cn.png",
        "default_popup": "assets\/popup.html"
    },
    "options_page": "assets\/option.html",
    "icons": {
        "128": "assets\/g8up-cn.png"
    },
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}