Barcode Web

Print barcodes straight from Chrome!

Barcode Web là gì?

Barcode Web là một tiện ích mở rộng Chrome được phát triển bởi Sydney Garrett, và tính năng chính của nó là "Print barcodes straight from Chrome!".

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

Tải xuống các tệp mở rộng Barcode Web 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

                                            

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

Tên Barcode Web Barcode Web
ID geidjbkdjhpkigchocfnnfbompngfoda
URL Chính Thức https://chrome.google.com/webstore/detail/barcode-web/geidjbkdjhpkigchocfnnfbompngfoda
Mô tả Print barcodes straight from Chrome!
Kích Thước Tệp 11.54 MB
Số Lần Cài Đặt 185
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2016-12-07
Ngày Phát Hành 2016-12-07
Nhà Phát Triển Sydney Garrett
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",
    "manifest_version": 2,
    "name": "Barcode Web",
    "description": "Print barcodes straight from Chrome!",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "linux": "Ctrl+B"
            }
        }
    },
    "version": "2.1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "menu.js"
        ]
    },
    "permissions": [
        "storage",
        "commands",
        "contextMenus",
        "tabs",
        "*:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}