Barcode Web
Print barcodes straight from Chrome!
Barcode Webとは何ですか?
Barcode WebはSydney Garrettによって開発されたChromeの拡張機能で、その主な機能は「Print barcodes straight from Chrome!」です。
Barcode Web拡張機能のCRXファイルをダウンロード
Barcode Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | geidjbkdjhpkigchocfnnfbompngfoda |
公式URL | https://chrome.google.com/webstore/detail/barcode-web/geidjbkdjhpkigchocfnnfbompngfoda |
説明 | Print barcodes straight from Chrome! |
ファイルサイズ | 11.54 MB |
インストール数 | 185 |
現在のバージョン | 2.1.0 |
最終更新日 | 2016-12-07 |
公開日 | 2016-12-07 |
開発者 | Sydney Garrett |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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:\/\/*\/*" ] } |