QR Code Maker

Best QR Code Maker on Chrome Web Store

QR Code Makerとは何ですか?

QR Code MakerはNew Tab Draftによって開発されたChromeの拡張機能で、その主な機能は「Best QR Code Maker on Chrome Web Store」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The quickest way to create the QR code of the website you are visiting - Right beside the address bar.                    

拡張機能の基本情報

名前 QR Code Maker QR Code Maker
ID jmadehfbknkdlbhiajnmpodahfloajgk
公式URL https://chromewebstore.google.com/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk
説明 Best QR Code Maker on Chrome Web Store
ファイルサイズ 33.6 KB
インストール数 1,046
現在のバージョン 0.1.0
最終更新日 2015-07-12
公開日 2015-07-12
評価 4.75/5 合計 4 レビュー
開発者 New Tab Draft
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk?hl=en-US&gl=001
ヘルプページのURL https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk/reviews?hl=en-US&gl=001
プライバシーポリシーページのURL https://sites.google.com/view/newtabdraft/home
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Maker",
    "short_name": "Best QR Code Maker",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Best QR Code Maker on Chrome Web Store",
    "icons": {
        "16": "img\/icon\/icon16.png",
        "38": "img\/icon\/icon38.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/ga.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_name": "QR Code Maker",
        "default_icon": "img\/icon\/icon38.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}