URL2QR

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

What is URL2QR?

URL2QR is a Chrome extension developed by http://www.liyaodong.com, and its main feature is "将当前URL的地址转成二维码".

Extension Screenshots

screenshot

Download URL2QR Extension CRX File

Download URL2QR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 .                    

Extension Basic Information

Name URL2QR URL2QR
ID pmlpmeejppihnemepiadkmnghmbclhpg
Official URL https://chrome.google.com/webstore/detail/url2qr/pmlpmeejppihnemepiadkmnghmbclhpg
Description 将当前URL的地址转成二维码
File Size 36.32 KB
Installation Count 70
Current Version 2.1
Last Updated 2019-03-11
Publish Date 2019-03-11
Rating 5.00/5 Total 4 Ratings
Developer http://www.liyaodong.com
Payment Type free
Extension Website https://github.com/liyaodong/url2qr
Help Page URL https://github.com/liyaodong/url2qr
Supported Languages 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"
}