QR Code Maker

Best QR Code Maker on Chrome Web Store

什么是QR Code Maker?

QR Code Maker是由New Tab Draft开发的Chrome扩展程序,该扩展的主要功能是“Best QR Code Maker on Chrome Web Store”。

扩展截图

screenshot
screenshot

下载QR Code Maker扩展crx文件

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

扩展使用说明

                        The quickest way to create the QR code of the website you are visiting - Right beside the address bar.                    

扩展基本信息

名称 QR Code Maker QR Code Maker
ID jmadehfbknkdlbhiajnmpodahfloajgk
官方URL https://chromewebstore.google.com/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk
简介 Best QR Code Maker on Chrome Web Store
文件大小 33.6 KB
安装次数 1,046
当前版本 0.1.0
更新时间 2015-07-12
上架时间 2015-07-12
评分 4.75/5 共4次评分
开发者 New Tab Draft
电子邮箱 [email protected]
付费类型 free
扩展官网 https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk?hl=en-US&gl=001
帮助页面URL https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk/reviews?hl=en-US&gl=001
隐私政策页面URL https://sites.google.com/view/newtabdraft/home
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Maker",
    "short_name": "Best QR Code Maker",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Best QR Code Maker on Chrome Web Store",
    "icons": {
        "16": "img\/icon\/icon16.png",
        "38": "img\/icon\/icon38.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/ga.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_name": "QR Code Maker",
        "default_icon": "img\/icon\/icon38.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}