Barcode Generator
Create barcodes in your browser
What is Barcode Generator?
Barcode Generator is a Chrome extension developed by https://famularo.org, and its main feature is "Create barcodes in your browser".
Extension Screenshots
Download Barcode Generator Extension CRX File
Download Barcode Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Barcode Generator |
ID | ibgbhgchcjoldpbpmemggbcldfdmhhlb |
Official URL | https://chromewebstore.google.com/detail/barcode-generator/ibgbhgchcjoldpbpmemggbcldfdmhhlb |
Description | Create barcodes in your browser |
File Size | 38.09 KB |
Installation Count | 15,134 |
Current Version | 2.3.0 |
Last Updated | 2023-02-13 |
Publish Date | 2020-04-03 |
Rating | 3.58/5 Total 31 Ratings |
Developer | https://famularo.org |
[email protected] | |
Payment Type | free |
Extension Website | http://famularo.org/BarcodeExtension/ |
Supported Languages | 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" } } |