Barcode Generator

Generate barcodes

什麼是Barcode Generator?

Barcode Generator是由junjianch開發的Chrome擴展程式,該擴展的主要功能是“Generate barcodes”。

擴展截圖

screenshot

下載Barcode Generator擴展crx文件

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

擴展使用說明

                        You can use the shortcut key to call out the extension, and convert clipboard text to barcode. The default shortcut key is ctrl + b.                    

擴展基本資訊

名稱 Barcode Generator Barcode Generator
ID cjdiimcdcfoaibmfoplmohdpbjgjapjb
官方網址 https://chromewebstore.google.com/detail/barcode-generator/cjdiimcdcfoaibmfoplmohdpbjgjapjb
簡介 Generate barcodes
檔案大小 13.21 KB
安裝次數 68
目前版本 1.0
更新時間 2022-09-06
上架時間 2022-09-06
開發者 junjianch
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Barcode Generator",
    "description": "Generate barcodes",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "clipboardRead"
    ],
    "action": {
        "default_icon": {
            "64": "barcode64.png"
        },
        "default_title": "Click Me",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "MacCtrl+B"
            },
            "description": "Opens popup.html"
        }
    }
}