Barcode Generator
Generate barcodes
Barcode Generatorคืออะไร?
Barcode Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย junjianch และคุณลักษณะหลักของมันคือ "Generate barcodes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Barcode Generator
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Barcode Generator |
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" } } } |