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 |
| 电子邮箱 | [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:\/\/*\/*"
]
} | |