Barcode Generator

Get barcodes from text selection in one click

Что такое Barcode Generator?

Barcode Generator - это расширение Chrome, разработанное Nathan Ferguson, и его основная функция - "Get barcodes from text selection in one click".

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

screenshot
screenshot

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

Скачайте файлы расширений Barcode Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Generates Code-128 barcodes from selected text using the context menu.                    

Основная информация о расширении

Название Barcode Generator Barcode Generator
ID jmadlddafklnidhjepieomnnjdiokacd
Официальный URL https://chromewebstore.google.com/detail/barcode-generator/jmadlddafklnidhjepieomnnjdiokacd
Описание Get barcodes from text selection in one click
Размер файла 6.35 KB
Количество установок 66
Текущая Версия 1.0.0
Последнее Обновление 2023-09-05
Дата публикации 2022-06-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Nathan Ferguson
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/nathanfergusondev/barcodegenerator
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Barcode Generator",
    "description": "Get barcodes from text selection in one click",
    "icons": {
        "16": "img\/barcode16.png",
        "32": "img\/barcode32.png",
        "48": "img\/barcode48.png",
        "64": "img\/barcode64.png",
        "128": "img\/barcode.png"
    },
    "action": {
        "default_icon": "img\/barcode.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    }
}