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
公式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
Eメール [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"
    ]
}