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
Eメール [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"
        }
    }
}