Barcode Web
Print barcodes straight from Chrome!
Wat is Barcode Web?
Barcode Web is een Chrome-extensie ontwikkeld door Sydney Garrett, en de belangrijkste functie is "Print barcodes straight from Chrome!".
Download het CRX-bestand van de extensie Barcode Web
Download Barcode Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | geidjbkdjhpkigchocfnnfbompngfoda |
Officiële URL | https://chrome.google.com/webstore/detail/barcode-web/geidjbkdjhpkigchocfnnfbompngfoda |
Beschrijving | Print barcodes straight from Chrome! |
Bestandsgrootte | 11.54 MB |
Aantal Installaties | 185 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2016-12-07 |
Publicatiedatum | 2016-12-07 |
Ontwikkelaar | Sydney Garrett |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |