Barcode Generator
Generate barcodes
什么是Barcode Generator?
Barcode Generator是由junjianch开发的Chrome扩展程序,该扩展的主要功能是“Generate barcodes”。
扩展截图
下载Barcode Generator扩展crx文件
下载Barcode Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can use the shortcut key to call out the extension, and convert clipboard text to barcode. The default shortcut key is ctrl + b. 扩展基本信息
| 名称 | |
| ID | cjdiimcdcfoaibmfoplmohdpbjgjapjb |
| 官方URL | https://chromewebstore.google.com/detail/barcode-generator/cjdiimcdcfoaibmfoplmohdpbjgjapjb |
| 简介 | Generate barcodes |
| 文件大小 | 13.21 KB |
| 安装次数 | 68 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-09-06 |
| 上架时间 | 2022-09-06 |
| 开发者 | junjianch |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Barcode Generator",
"description": "Generate barcodes",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"clipboardRead"
],
"action": {
"default_icon": {
"64": "barcode64.png"
},
"default_title": "Click Me",
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "MacCtrl+B"
},
"description": "Opens popup.html"
}
}
} | |