QR Code Generator

The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.

QR Code Generatorとは何ですか?

QR Code Generatorはlimepixによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        The QR Code Generator is a simple and easy to use Chrome Extension, that gives you the possibilities to create different types of QR Codes as PNG images. 

The currently available types are:

* Text
* URL
* SMS
* Phone / Dial
* Email
* Geolocation
* WiFi Network Identification
* Contact

Have fun :)                    

拡張機能の基本情報

名前 QR Code Generator QR Code Generator
ID bgljigeecopfljpcfbihbgdbmmhigmip
公式URL https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip
説明 The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
ファイルサイズ 411 KB
インストール数 255
現在のバージョン 1.2
最終更新日 2014-07-16
公開日 2014-07-16
評価 5.00/5 合計 2 レビュー
開発者 limepix
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "short_name": "QRcodegen",
    "description": "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.",
    "version": "1.2",
    "permissions": [
        "http:\/\/devshots.org\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png",
            "48": "images\/logo_48.png"
        },
        "default_title": "Generate a QR code",
        "default_popup": "html\/popup.html"
    }
}