Wave Barcode Generator

Generates a Code128 barcode image for Wave Number.

Wave Barcode Generatorคืออะไร?

Wave Barcode Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harvie Gill และคุณลักษณะหลักของมันคือ "Generates a Code128 barcode image for Wave Number."

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

screenshot
screenshot

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

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

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

                        Are you tired of manually generating barcodes for your wave numbers at Carton Starter? Do you want to streamline your workflow and make your job easier? Look no further than our powerful and flexible Chrome extension! With my extension, you can easily generate barcodes from specific patterns of text on web pages with just a hover of your mouse. 

This extension listens for a regular expression for Wave Number at Carton Starter, automatically detecting wave numbers and generating barcodes in a fixed position on the page. The position of the barcode can be easily adjusted using the arrow keys, making your job even more convenient. This extension is simple to use and highly customizable, allowing you to start, stop, or clear saved data for the script with ease. Plus, with the MutationObserver API, our extension can automatically detect changes to the web page and update the list of matching elements accordingly. Don't waste any more time generating barcodes manually - try our essential tool today and streamline your workflow like never before!

Made with ❤️ by Harvie Gill                    

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

ชื่อ Wave Barcode Generator Wave Barcode Generator
ID pjfkbjmaofmfllbjkbaanjdijcaompfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wave-barcode-generator/pjfkbjmaofmfllbjkbaanjdijcaompfn
คำอธิบาย Generates a Code128 barcode image for Wave Number.
ขนาดไฟล์ 18.24 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 6.0
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2023-04-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Harvie Gill
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wave Barcode Generator",
    "version": "6.0",
    "description": "Generates a Code128 barcode image for Wave Number.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}