二维码(QRcode)生成器

根据Url一键生成当前页面的二维码,手机扫码直接访问,解放双手

What is 二维码(QRcode)生成器?

二维码(QRcode)生成器 is a Chrome extension developed by Frank Fan, and its main feature is "根据Url一键生成当前页面的二维码,手机扫码直接访问,解放双手".

Extension Screenshots

screenshot
screenshot

Download 二维码(QRcode)生成器 Extension CRX File

Download 二维码(QRcode)生成器 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

                        * Easy to use: one-click then get current tab url's QR code
* get the short url and easy to share                    

Extension Basic Information

Name 二维码(QRcode)生成器 二维码(QRcode)生成器
ID gfbeojgkkiglkiknbmeobkoceceningk
Official URL https://chrome.google.com/webstore/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81qrcode%E7%94%9F%E6%88%90%E5%99%A8/gfbeojgkkiglkiknbmeobkoceceningk
Description 根据Url一键生成当前页面的二维码,手机扫码直接访问,解放双手
File Size 48.17 KB
Installation Count 49
Current Version 1.1
Last Updated 2015-10-14
Publish Date 2015-10-14
Rating 5.00/5 Total 3 Ratings
Developer Frank Fan
Payment Type free
Extension Website https://github.com/FrankFan/qrcode-generator
Help Page URL https://github.com/FrankFan/qrcode-generator
Supported Languages en-US
manifest.json
{
    "background": "background.html",
    "browser_action": {
        "default_icon": "icon\/128.png",
        "default_popup": "popup.html"
    },
    "author": "FrankFan",
    "name": "\u4e8c\u7ef4\u7801(QRcode)\u751f\u6210\u5668",
    "homepage_url": "https:\/\/github.com\/FrankFan\/qrcode-generator",
    "description": "\u6839\u636eUrl\u4e00\u952e\u751f\u6210\u5f53\u524d\u9875\u9762\u7684\u4e8c\u7ef4\u7801\uff0c\u624b\u673a\u626b\u7801\u76f4\u63a5\u8bbf\u95ee\uff0c\u89e3\u653e\u53cc\u624b",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}