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 |
| 官方網址 | 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"
}
} | |