Url2QRcode

Convert the URL to QRcode.

什麼是Url2QRcode?

Url2QRcode是由https://getcrx.cn開發的Chrome擴展程式,該擴展的主要功能是“Convert the URL to QRcode.”。

擴展截圖

screenshot
screenshot

下載Url2QRcode擴展crx文件

下載Url2QRcode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}