Barcode Generator

Generate barcodes

Barcode Generator là gì?

Barcode Generator là một tiện ích mở rộng Chrome được phát triển bởi junjianch, và tính năng chính của nó là "Generate barcodes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Barcode Generator

Tải xuống các tệp mở rộng Barcode Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Barcode Generator Barcode Generator
ID cjdiimcdcfoaibmfoplmohdpbjgjapjb
URL Chính Thức https://chromewebstore.google.com/detail/barcode-generator/cjdiimcdcfoaibmfoplmohdpbjgjapjb
Mô tả Generate barcodes
Kích Thước Tệp 13.21 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-09-06
Ngày Phát Hành 2022-09-06
Nhà Phát Triển junjianch
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}