Quick Qr

You can easily convert this any link to QR and go free with it!

什么是Quick Qr?

Quick Qr是由https://ssleptsov.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“You can easily convert this any link to QR and go free with it!”。

扩展截图

screenshot

下载Quick Qr扩展crx文件

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

扩展使用说明

                        Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.                    

扩展基本信息

名称 Quick Qr Quick Qr
ID afifoohmohbfgaknonkiooaddfmmckia
官方URL https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia
简介 You can easily convert this any link to QR and go free with it!
文件大小 211 KB
安装次数 66
当前版本 1.0.1
更新时间 2016-03-07
上架时间 2016-03-07
评分 4.50/5 共2次评分
开发者 https://ssleptsov.blogspot.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "page_action": {
        "default_icon": "images\/Qr-ice-19.png",
        "default_popup": "popup.html",
        "default_title": "You can easily convert any link to QR and go free with it!"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "You can easily convert this any link to QR and go free with it!",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-1.9.1.min.js",
            "js\/qrcode.js",
            "js\/jquery.qrcode.js"
        ]
    },
    "name": "Quick Qr",
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "icons": {
        "48": "images\/Qr-ice-48.png",
        "128": "images\/Qr-ice-128.png",
        "256": "images\/Qr-ice-256.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.0.1"
}