Barcode Web
Print barcodes straight from Chrome!
Co to jest Barcode Web?
Barcode Web to rozszerzenie Chrome opracowane przez Sydney Garrett, a jego główną funkcją jest „Print barcodes straight from Chrome!”.
Pobierz plik CRX rozszerzenia Barcode Web
Pobierz pliki rozszerzeń Barcode Web w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | geidjbkdjhpkigchocfnnfbompngfoda |
Oficjalny URL | https://chrome.google.com/webstore/detail/barcode-web/geidjbkdjhpkigchocfnnfbompngfoda |
Opis | Print barcodes straight from Chrome! |
Rozmiar pliku | 11.54 MB |
Liczba instalacji | 185 |
Aktualna Wersja | 2.1.0 |
Ostatnia Aktualizacja | 2016-12-07 |
Data Publikacji | 2016-12-07 |
Deweloper | Sydney Garrett |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/*" ] } |