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
官方網址 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"
    }
}