URL to QRCode

get the qrcode of current url

什么是URL to QRCode?

URL to QRCode是由zhihuzeye开发的Chrome扩展程序,该扩展的主要功能是“get the qrcode of current url”。

扩展截图

screenshot

下载URL to QRCode扩展crx文件

下载URL to QRCode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply.
最快的二维码生成器;
快速获取当前页面地址的二维码。                    

扩展基本信息

名称 URL to QRCode URL to QRCode
ID hbgipmdmmhiicemlmjglcepdpkodgcpe
官方URL https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe
简介 get the qrcode of current url
文件大小 32.12 KB
安装次数 158
当前版本 1.1
更新时间 2014-08-15
上架时间 2014-08-14
评分 5.00/5 共1次评分
开发者 zhihuzeye
付费类型 free
扩展官网 https://github.com/imyelo/chrome-url-to-qrcode
帮助页面URL https://github.com/imyelo/chrome-url-to-qrcode/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QRCode",
    "version": "1.1",
    "description": "get the qrcode of current url",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "URL to QRCode",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}