Barcode Generator

Get barcodes from text selection in one click

Barcode Generatorคืออะไร?

Barcode Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nathan Ferguson และคุณลักษณะหลักของมันคือ "Get barcodes from text selection in one click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Barcode Generator

ดาวน์โหลดไฟล์ส่วนขยาย Barcode Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Generates Code-128 barcodes from selected text using the context menu.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Barcode Generator Barcode Generator
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"
    }
}