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
官方網址 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
    }
}