making QRCode of the url

making QRCode of the url

什么是making QRCode of the url?

making QRCode of the url是由yanghongbo开发的Chrome扩展程序,该扩展的主要功能是“making QRCode of the url”。

扩展截图

screenshot

下载making QRCode of the url扩展crx文件

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

扩展使用说明

                        It makes your current tab url as QRCode, You can scan it through a Mobile Phone Scanner(eg, WeChat, for sharing Website)
Open Sourced @ https://github.com/sprhawk/QRUrl


下载豆瓣.FM歌曲插件: https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3fm%E6%AD%8C%E6%9B%B2%E4%B8%8B%E8%BD%BD/gfkgcfdeldjmbfoigpfcccaikfognafd                    

扩展基本信息

名称 making QRCode of the url making QRCode of the url
ID gjgcfgihcndpmadahcnmfhgggpimgddo
官方URL https://chromewebstore.google.com/detail/making-qrcode-of-the-url/gjgcfgihcndpmadahcnmfhgggpimgddo
简介 making QRCode of the url
文件大小 73.99 KB
安装次数 23
当前版本 1.0.2
更新时间 2014-06-11
上架时间 2014-06-11
评分 5.00/5 共2次评分
开发者 yanghongbo
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "making QRCode of the url",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "making QRCode of the url",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "qrcodejs\/qrcode.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "QRCode URL",
        "default_popup": "popup.html"
    }
}