Barcode Generator
Generate barcodes
What is Barcode Generator?
Barcode Generator is a Chrome extension developed by junjianch, and its main feature is "Generate barcodes".
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
You can use the shortcut key to call out the extension, and convert clipboard text to barcode. The default shortcut key is ctrl + b.
Extension Basic Information
Name | Barcode Generator |
ID | cjdiimcdcfoaibmfoplmohdpbjgjapjb |
Official URL | https://chromewebstore.google.com/detail/barcode-generator/cjdiimcdcfoaibmfoplmohdpbjgjapjb |
Description | Generate barcodes |
File Size | 13.21 KB |
Installation Count | 68 |
Current Version | 1.0 |
Last Updated | 2022-09-06 |
Publish Date | 2022-09-06 |
Developer | junjianch |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |