QR Code Generator

Generates QR Code of the open tab

什麼是QR Code Generator?

QR Code Generator是由https://www.tebaide.it開發的Chrome擴展程式,該擴展的主要功能是“Generates QR Code of the open tab”。

擴展截圖

screenshot

下載QR Code Generator擴展crx文件

下載QR Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Generates QR Code of the open tab and allows you to take the URL easily.

QR Code is compatible with all barcode reader for Android and iPhone                    

擴展基本資訊

名稱 QR Code Generator QR Code Generator
ID afcbogfpjabfpakdggggehomjlkofofc
官方網址 https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc
簡介 Generates QR Code of the open tab
檔案大小 84.83 KB
安裝次數 661
目前版本 1.0.4
更新時間 2013-06-25
上架時間 2013-06-25
評分 5.00/5 共 2 次評分
開發者 https://www.tebaide.it
付費類型 free
支援的語言 en
manifest.json
{
    "description": "Generates QR Code of the open tab",
    "browser_action": {
        "default_title": "QR Code Generator",
        "default_icon": "images\/icon_128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "QR Code Generator",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}