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"
}