Barcode Generator
Get barcodes from text selection in one click
什么是Barcode Generator?
Barcode Generator是由Nathan Ferguson开发的Chrome扩展程序,该扩展的主要功能是“Get barcodes from text selection in one click”。
扩展截图
下载Barcode Generator扩展crx文件
下载Barcode Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generates Code-128 barcodes from selected text using the context menu. 扩展基本信息
| 名称 | |
| ID | jmadlddafklnidhjepieomnnjdiokacd |
| 官方URL | https://chromewebstore.google.com/detail/barcode-generator/jmadlddafklnidhjepieomnnjdiokacd |
| 简介 | Get barcodes from text selection in one click |
| 文件大小 | 6.35 KB |
| 安装次数 | 66 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-09-05 |
| 上架时间 | 2022-06-14 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Nathan Ferguson |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/nathanfergusondev/barcodegenerator |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.0",
"name": "Barcode Generator",
"description": "Get barcodes from text selection in one click",
"icons": {
"16": "img\/barcode16.png",
"32": "img\/barcode32.png",
"48": "img\/barcode48.png",
"64": "img\/barcode64.png",
"128": "img\/barcode.png"
},
"action": {
"default_icon": "img\/barcode.png"
},
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "scripts\/background.js"
}
} | |