Barcode Web
Print barcodes straight from Chrome!
What is Barcode Web?
Barcode Web is a Chrome extension developed by Sydney Garrett, and its main feature is "Print barcodes straight from Chrome!".
Download Barcode Web Extension CRX File
Download Barcode Web 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
Extension Basic Information
Name | |
ID | geidjbkdjhpkigchocfnnfbompngfoda |
Official URL | https://chrome.google.com/webstore/detail/barcode-web/geidjbkdjhpkigchocfnnfbompngfoda |
Description | Print barcodes straight from Chrome! |
File Size | 11.54 MB |
Installation Count | 185 |
Current Version | 2.1.0 |
Last Updated | 2016-12-07 |
Publish Date | 2016-12-07 |
Developer | Sydney Garrett |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Barcode Web", "description": "Print barcodes straight from Chrome!", "options_ui": { "page": "options.html", "chrome_style": true }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+B", "mac": "Command+B", "linux": "Ctrl+B" } } }, "version": "2.1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "menu.js" ] }, "permissions": [ "storage", "commands", "contextMenus", "tabs", "*:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*\/*" ] } |