Free Barcode Generator

Generate barcodes directly from your browser

Free Barcode Generatorคืออะไร?

Free Barcode Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nextplus.io และคุณลักษณะหลักของมันคือ "Generate barcodes directly from your browser"

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

screenshot
screenshot

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

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

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

                        Easily generate barcode images from selected text with the Barcode Generator Chrome Extension. Transform any text into a barcode in just a few clicks, supporting various popular barcode formats right from your browser. It's free, fast, and secure!

Key Features:

* Free and easy-to-use barcode generator
* Supports multiple popular barcode formats
* No registration required, completely browser-based
* Generates barcodes locally, ensuring your data privacy
* Print or download generated barcodes for various uses
* Secure and lightweight, does not slow down your browsing experience

How to Use:

* Install the Barcode Generator Chrome Extension
* Highlight the desired text on any webpage
* Right-click and select `Generate barcode for "..."` from the context menu
* Choose the desired barcode format
* Print or download the generated barcode image

For any questions, suggestions, or feature requests, please reach out to us at [email protected]. We're always happy to help and improve your experience.                    

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

ชื่อ Free Barcode Generator Free Barcode Generator
ID igbpgoifpnaokhbegcmpjopeeknkican
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-barcode-generator/igbpgoifpnaokhbegcmpjopeeknkican
คำอธิบาย Generate barcodes directly from your browser
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 1,739
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-11-28
วันที่เผยแพร่ 2021-12-16
คะแนน 3.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา nextplus.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nextplus.io
URL หน้านโยบายความเป็นส่วนตัว https://nextplus.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Generate barcodes directly from your browser",
    "version": "1.0.4",
    "manifest_version": 3,
    "name": "Free Barcode Generator",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}