二维码生成器

快捷生成当前页面二维码

What is 二维码生成器?

二维码生成器 is a Chrome extension developed by Unknown, and its main feature is "快捷生成当前页面二维码".

Extension Screenshots

screenshot

Download 二维码生成器 Extension CRX File

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

                        快捷生成当前页面二维码                    

Extension Basic Information

Name 二维码生成器 二维码生成器
ID kplojenjbjndbmhgmjfbkecgdhgpodjp
Official URL https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8/kplojenjbjndbmhgmjfbkecgdhgpodjp
Description 快捷生成当前页面二维码
File Size 226 KB
Installation Count 34
Current Version 1.1
Last Updated 2014-09-11
Publish Date 2014-09-11
Developer Unknown
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4e8c\u7ef4\u7801\u751f\u6210\u5668",
    "manifest_version": 2,
    "version": "1.1",
    "description": "\u5feb\u6377\u751f\u6210\u5f53\u524d\u9875\u9762\u4e8c\u7ef4\u7801",
    "browser_action": {
        "default_icon": "icon.new.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon.new.png",
        "48": "icon.new.png",
        "128": "icon.new.png"
    }
}