QRify

This extension allows you to create QR code for selected link/text, Enabling sharing URL/Text to other devices

什么是QRify?

QRify是由https://damandeepsingh.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to create QR code for selected link/text, Enabling sharing URL/Text to other devices”。

扩展截图

screenshot
screenshot
screenshot

下载QRify扩展crx文件

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

扩展使用说明

                        This google chrome extension enable user to generate QR code for any selected text/links, or page URL. It makes it easy to share the same info to other devices with QR reader. Passing a link/info to your mobile is very easy, Just select the text/link, right click and select QRify. It will generate the QR code on the screen. Use any QR reader app to open the info on your device.

Many QR reader applications are available for all major mobile platforms.                    

扩展基本信息

名称 QRify QRify
ID nnokneneaanlmkpcibflacfhhneijagl
官方URL https://chromewebstore.google.com/detail/qrify/nnokneneaanlmkpcibflacfhhneijagl
简介 This extension allows you to create QR code for selected link/text, Enabling sharing URL/Text to other devices
文件大小 1.35 MB
安装次数 325
当前版本 0.1.8
更新时间 2019-09-20
上架时间 2019-09-20
评分 5.00/5 共4次评分
开发者 https://damandeepsingh.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRify",
    "version": "0.1.8",
    "manifest_version": 2,
    "short_name": "QRify",
    "description": "This extension allows you to create QR code for selected link\/text, Enabling sharing URL\/Text to other devices",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/DamandeepS\/QRify",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "QRify",
        "default_popup": ".\/src\/page_action\/page_action.html"
    },
    "web_accessible_resources": [
        "js\/qr-code.js",
        "src\/page_action\/page_action.html"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "tabs",
        "declarativeContent",
        "clipboardRead"
    ],
    "offline_enabled": true,
    "author": "Damandeep Singh ",
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    }
}