QR Code Generator
Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
QR Code Generatorとは何ですか?
QR Code Generatorはhttps://www.hitslink.comによって開発されたChromeの拡張機能で、その主な機能は「Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.」です。
拡張機能のスクリーンショット
QR Code Generator拡張機能のCRXファイルをダウンロード
QR Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        The easiest way to get QR codes from URLs (also free text and phone numbers).
Read the QR code generated with a smartphone or other device to automatically navigate to the URL or call the number.
To read the QR code, use a QR code reader app.  They are widely available on Android, IOS and most other platforms.
A QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional bar code).  The code consists of black modules (square dots) arranged in a square grid on a white background. The information encoded may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data.                     拡張機能の基本情報
| 名前 |  | 
| ID | debbcngjakfaeecpdlfpoobcknkljiod | 
| 公式URL | https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod | 
| 説明 | Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers. | 
| ファイルサイズ | 84.42 KB | 
| インストール数 | 353 | 
| 現在のバージョン | 1.1 | 
| 最終更新日 | 2013-03-07 | 
| 公開日 | 2013-03-07 | 
| 評価 | 3.67/5 合計 6 レビュー | 
| 開発者 | https://www.hitslink.com | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://www.hitslink.com | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.",
    "minimum_chrome_version": "17.0",
    "name": "QR Code Generator",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
} | |