QRify

Turn a URL into a QR code with one click

什么是QRify?

QRify是由em_te开发的Chrome扩展程序,该扩展的主要功能是“Turn a URL into a QR code with one click”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载QRify扩展crx文件

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

扩展使用说明

                        Features:
- QR code generated offline for your privacy
- Accessible from toolbar icon
- Accessible from right-click menu
- International characters supported (UTF-8)
- QR code is big making it ideal for presentations and meetings
- Click to edit the QR text and generate a new QR code
- QR code stays in a separate window (right-click only) which you can keep on screen
- Runs as load-on-demand (inactive background extension) to save memory, so first time startup will be slower                    

扩展基本信息

名称 QRify QRify
ID kecbciakhblncbhhihgmecmclicabmkp
官方URL https://chromewebstore.google.com/detail/qrify/kecbciakhblncbhhihgmecmclicabmkp
简介 Turn a URL into a QR code with one click
文件大小 14.16 KB
安装次数 47
当前版本 0.2.1
更新时间 2017-08-12
上架时间 2017-08-11
评分 5.00/5 共3次评分
开发者 em_te
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://em-te.github.io/privacy
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRify",
    "author": "Terry Yuen",
    "version": "0.2.1",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "11": "icon_11.png",
        "22": "icon_22.png",
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "11": "icon_11.png",
            "22": "icon_22.png",
            "48": "icon_48.png",
            "96": "icon_96.png"
        },
        "default_title": "__MSG_omniToQR__",
        "default_popup": "popup.html"
    }
}