Quick QR Code

Quickly generate QR codes. Keyboard Shortcut: Alt + Q.

什么是Quick QR Code?

Quick QR Code是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly generate QR codes. Keyboard Shortcut: Alt + Q.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Quick QR Code扩展crx文件

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

扩展使用说明

                        Quickly generate QR codes for web pages, links, images and selected text. Use toolbar button, keyboard command (Alt + Q) and the context menu options. Works offline.

Read more on homepage: https://browsernative.com/quick-qr-code/                    

扩展基本信息

名称 Quick QR Code Quick QR Code
ID ljdnbhflbhmnkeocakbjcnmmclhkogmk
官方URL https://chromewebstore.google.com/detail/quick-qr-code/ljdnbhflbhmnkeocakbjcnmmclhkogmk
简介 Quickly generate QR codes. Keyboard Shortcut: Alt + Q.
文件大小 51.63 KB
安装次数 762
当前版本 0.0.8
更新时间 2020-02-12
上架时间 2020-02-09
评分 5.00/5 共5次评分
开发者 https://browsernative.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://browsernative.com/quick-qr-code/
帮助页面URL https://browsernative.com/quick-qr-code/
隐私政策页面URL https://browsernative.com/extensions-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Quick QR Code",
        "default_popup": "popup.html"
    },
    "description": "Quickly generate QR codes. Keyboard Shortcut: Alt + Q.",
    "homepage_url": "https:\/\/browsernative.com\/quick-qr-code\/",
    "icons": {
        "128": "icon.png"
    },
    "offline_enabled": true,
    "manifest_version": 2,
    "name": "Quick QR Code",
    "version": "0.0.8",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Show QR Code"
        }
    }
}