Smart QRCode

Smart QRCode

Smart QRCodeとは何ですか?

Smart QRCodeはethanによって開発されたChromeの拡張機能で、その主な機能は「Smart QRCode」です。

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

screenshot
screenshot

Smart QRCode拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click.  

Additional options:
* Five different QR code dimensions are supported,  currently 220px,  380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference.
* You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)                    

拡張機能の基本情報

名前 Smart QRCode Smart QRCode
ID bpneiabdnfmenainoficenddegfhgedo
公式URL https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo
説明 Smart QRCode
ファイルサイズ 25.63 KB
インストール数 125
現在のバージョン 1.0
最終更新日 2016-12-03
公開日 2016-12-02
評価 4.00/5 合計 1 レビュー
開発者 ethan
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart QRCode",
    "description": "Smart QRCode",
    "version": "1.0",
    "author": "Ethan",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}