Barcode Generator

Create barcodes in your browser

Vad är Barcode Generator?

Barcode Generator är en Chrome-tillägg utvecklad av https://famularo.org, och dess huvudfunktion är "Create barcodes in your browser".

Tilläggsskärmbilder

screenshot

Ladda ner Barcode Generator-förlängningens CRX-fil

Ladda ner Barcode Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The simplest barcode maker available!

Generate barcodes in various formats quickly from your browser. Supports popular formats, including QR Code and UPC.

Supports your OS's dark mode.                    

Grundläggande Information om Tillägg

Namn Barcode Generator Barcode Generator
ID ibgbhgchcjoldpbpmemggbcldfdmhhlb
Officiell webbadress https://chromewebstore.google.com/detail/barcode-generator/ibgbhgchcjoldpbpmemggbcldfdmhhlb
Beskrivning Create barcodes in your browser
Filstorlek 38.09 KB
Antal Installationer 15,134
Aktuell Version 2.3.0
Senast Uppdaterad 2023-02-13
Publiceringsdatum 2020-04-03
Betyg 3.58/5 Totalt 31 Betyg
Utvecklare https://famularo.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://famularo.org/BarcodeExtension/
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Barcode Generator",
    "version": "2.3.0",
    "manifest_version": 3,
    "description": "Create barcodes in your browser",
    "homepage_url": "http:\/\/famularo.org\/BarcodeExtension\/",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    }
}