简单 QR 生成器

根据当前页面的 URL 生成 QR 码

什么是简单 QR 生成器?

简单 QR 生成器是由https://www.gracecode.com开发的Chrome扩展程序,该扩展的主要功能是“根据当前页面的 URL 生成 QR 码”。

扩展截图

screenshot

下载简单 QR 生成器扩展crx文件

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

扩展使用说明

                        根据当前 Tab 窗口 URL 生成 QR 码,支持在移动端打开、扫描分享到微信等。

* Share to WeChat: Use WeChat's Mobile client to scan two-dimensional code sharing page to the micro-channel circle of friends.
* Save QR Image: Drag the image to your desktop(or other location what you want), the image type is PNG.

This is an open source project: https://github.com/feelinglucky/chrome-plugin-simple-qr-generator                    

扩展基本信息

名称 简单 QR 生成器 简单 QR 生成器
ID ajaomcmkalmeeahjfdklkcjbljhbokjl
官方URL https://chromewebstore.google.com/detail/%E7%AE%80%E5%8D%95-qr-%E7%94%9F%E6%88%90%E5%99%A8/ajaomcmkalmeeahjfdklkcjbljhbokjl
简介 根据当前页面的 URL 生成 QR 码
文件大小 41.07 KB
安装次数 2,247
当前版本 1.1.0
更新时间 2017-01-01
上架时间 2016-12-31
评分 4.54/5 共24次评分
开发者 https://www.gracecode.com
付费类型 free
扩展官网 https://github.com/feelinglucky/chrome-plugin-simple-qr-generator
支持的语言 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.0",
    "default_locale": "zh_CN",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesp__",
    "icons": {
        "128": "icon_128.png",
        "32": "icon_32.png"
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}