Barcode Generator
Get barcodes from text selection in one click
What is Barcode Generator?
Barcode Generator is a Chrome extension developed by Nathan Ferguson, and its main feature is "Get barcodes from text selection in one click".
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
Generates Code-128 barcodes from selected text using the context menu.
Extension Basic Information
Name | Barcode Generator |
ID | jmadlddafklnidhjepieomnnjdiokacd |
Official URL | https://chromewebstore.google.com/detail/barcode-generator/jmadlddafklnidhjepieomnnjdiokacd |
Description | Get barcodes from text selection in one click |
File Size | 6.35 KB |
Installation Count | 66 |
Current Version | 1.0.0 |
Last Updated | 2023-09-05 |
Publish Date | 2022-06-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nathan Ferguson |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nathanfergusondev/barcodegenerator |
Supported Languages | 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" } } |