QR creator

Create QR code for current url.

QR creatorとは何ですか?

QR creatorはUğur KINIKによって開発されたChromeの拡張機能で、その主な機能は「Create QR code for current url.」です。

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

screenshot

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

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

拡張機能の使用方法

                        When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones.                    

拡張機能の基本情報

名前 QR creator QR creator
ID bnapnikdipejhnceiohjeldjopimjecf
公式URL https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf
説明 Create QR code for current url.
ファイルサイズ 42.96 KB
インストール数 12,382
現在のバージョン 0.3
最終更新日 2021-06-03
公開日 2016-08-01
評価 4.33/5 合計 12 レビュー
開発者 Uğur KINIK
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/kinix/qr-creator-chrome-extension
対応言語 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "16": "icons\/qr.png",
        "48": "icons\/qr.png",
        "128": "icons\/qr.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/qr.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}