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
官方網址 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
電子郵箱 [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'"
}