Fast QR Code Generator

Generates QR code from any text (URL, message, number, etc.)

Fast QR Code Generatorとは何ですか?

Fast QR Code GeneratorはBenniによって開発されたChromeの拡張機能で、その主な機能は「Generates QR code from any text (URL, message, number, etc.)」です。

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

screenshot

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

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

拡張機能の使用方法

                        Fast QR Code Generator is a handy addon that generates QR code from any text (URL, message, number, etc.). Simply open toolbar popup to view the QR code.

Some features:
a. One click QR code generation right from your browser toolbar.
b. Generated code can be sent to any device with a camera and QR reader.
c. Stores all visited tab URLs.
d. Available for all browsers (Chrome, Firefox, and Opera)

Some useful notes:
1. To use this extension you need a QR code reader installed on your cellphone.
2. There are a ton of QR code scanners for cellphones such as QR Droid™ for Android and QR Reader for iPhone.                    

拡張機能の基本情報

名前 Fast QR Code Generator Fast QR Code Generator
ID mabegaogknpjdomagkfdbhkodcmehlac
公式URL https://chromewebstore.google.com/detail/fast-qr-code-generator/mabegaogknpjdomagkfdbhkodcmehlac
説明 Generates QR code from any text (URL, message, number, etc.)
ファイルサイズ 41.13 KB
インストール数 1,204
現在のバージョン 0.2.2
最終更新日 2017-07-10
公開日 2017-07-10
評価 2.70/5 合計 10 レビュー
開発者 Benni
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://add0n.com/send-to-myphone.html
ヘルプページのURL http://add0n.com/send-to-myphone.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.2",
    "manifest_version": 2,
    "short_name": "qrcodegenerator",
    "name": "Fast QR Code Generator",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/add0n.com\/send-to-myphone.html",
    "permissions": [
        "tabs",
        "storage",
        "",
        "notifications"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "description": "Generates QR code from any text (URL, message, number, etc.)",
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Fast QR Code Generator",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}