QR anything

Generate QR of anything instantly. Just right click and generate QR of images and links.

QR anythingとは何ですか?

QR anythingはhttps://moin.imによって開発されたChromeの拡張機能で、その主な機能は「Generate QR of anything instantly. Just right click and generate QR of images and links.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A light-weight extension to create QR codes of anything. It generates the QR instantly.

Currently supports:

- Links
- Text
- Images

Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.

Change log
v 0.6.1:
Added Android app link

v 0.6:
Optimised for performance

v0.5.1:

- 'right-click' save option for QR image.
- Developers: 64base code available                    

拡張機能の基本情報

名前 QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
公式URL https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
説明 Generate QR of anything instantly. Just right click and generate QR of images and links.
ファイルサイズ 52.87 KB
インストール数 593
現在のバージョン 0.6.1
最終更新日 2016-02-06
公開日 2016-02-06
評価 4.60/5 合計 10 レビュー
開発者 https://moin.im
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR anything",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
    "icons": {
        "16": "icons\/16.png",
        "28": "icons\/28.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "qr.html",
    "permissions": [
        "contextMenus"
    ]
}