Barcode Generator

Generate barcodes

Что такое Barcode Generator?

Barcode Generator - это расширение Chrome, разработанное junjianch, и его основная функция - "Generate barcodes".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Barcode Generator

Скачайте файлы расширений 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
Официальный URL 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"
        }
    }
}