Barcode Generator

Generate barcodes

Wat is Barcode Generator?

Barcode Generator is een Chrome-extensie ontwikkeld door junjianch, en de belangrijkste functie is "Generate barcodes".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Barcode Generator

Download Barcode Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Barcode Generator Barcode Generator
ID cjdiimcdcfoaibmfoplmohdpbjgjapjb
Officiële URL https://chromewebstore.google.com/detail/barcode-generator/cjdiimcdcfoaibmfoplmohdpbjgjapjb
Beschrijving Generate barcodes
Bestandsgrootte 13.21 KB
Aantal Installaties 68
Huidige Versie 1.0
Laatst Bijgewerkt 2022-09-06
Publicatiedatum 2022-09-06
Ontwikkelaar junjianch
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}