URL2QR

将当前URL的地址转成二维码

URL2QRとは何ですか?

URL2QRはhttp://www.liyaodong.comによって開発されたChromeの拡張機能で、その主な機能は「将当前URL的地址转成二维码」です。

拡張機能のスクリーンショット

screenshot

URL2QR拡張機能のCRXファイルをダウンロード

URL2QR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Generate a qrcode accroding to your visiting web page . and if you start a local server , the plugin will auto translate `localhost` to your local ip . and then you can visit it on your mobile or other people's computer . Is very convenient when you debug your responsive website . so , don't waste your time on copy url .                    

拡張機能の基本情報

名前 URL2QR URL2QR
ID pmlpmeejppihnemepiadkmnghmbclhpg
公式URL https://chrome.google.com/webstore/detail/url2qr/pmlpmeejppihnemepiadkmnghmbclhpg
説明 将当前URL的地址转成二维码
ファイルサイズ 36.32 KB
インストール数 70
現在のバージョン 2.1
最終更新日 2019-03-11
公開日 2019-03-11
評価 5.00/5 合計 4 レビュー
開発者 http://www.liyaodong.com
支払い方法 free
拡張機能のウェブサイト https://github.com/liyaodong/url2qr
ヘルプページのURL https://github.com/liyaodong/url2qr
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL2QR",
    "version": "2.1",
    "manifest_version": 2,
    "description": "\u5c06\u5f53\u524dURL\u7684\u5730\u5740\u8f6c\u6210\u4e8c\u7ef4\u7801",
    "author": "Vanilla",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/url2qr\/pmlpmeejppihnemepiadkmnghmbclhpg",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage"
    ],
    "options_page": "options.html"
}