QR Code (Generator and Reader)

Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.

QR Code (Generator and Reader)とは何ですか?

QR Code (Generator and Reader)はhttps://c7x.meによって開発されたChromeの拡張機能で、その主な機能は「Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

QR Code (Generator and Reader)拡張機能のCRXファイルをダウンロード

QR Code (Generator and Reader)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Generate QR Code and decode QR Code.                    

拡張機能の基本情報

名前 QR Code (Generator and Reader) QR Code (Generator and Reader)
ID hkojjajclkgeijhcmfjcjkddfjpaimek
公式URL https://chromewebstore.google.com/detail/qr-code-generator-and-rea/hkojjajclkgeijhcmfjcjkddfjpaimek
説明 Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.
ファイルサイズ 40.47 KB
インストール数 211,124
現在のバージョン 1.3.8
最終更新日 2021-10-30
公開日 2020-05-20
評価 4.14/5 合計 140 レビュー
開発者 https://c7x.me
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://hybridapps.net/privacy.htm
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.3.8",
    "short_name": "__MSG_short_name__",
    "default_locale": "en",
    "description": "__MSG_description__",
    "author": "Cople",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icon\/16.png",
            "19": "icon\/19.png",
            "32": "icon\/32.png",
            "38": "icon\/38.png"
        },
        "default_title": "__MSG_generate__",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            }
        }
    },
    "background": {
        "scripts": [
            "js\/vendor\/qrcode.js",
            "js\/vendor\/qrcode_UTF8.js",
            "js\/noconflict.js",
            "js\/vendor\/jsqrcode.min.js",
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "47",
    "offline_enabled": true,
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "activeTab",
        ""
    ]
}