Barcode Web

Print barcodes straight from Chrome!

Barcode Webคืออะไร?

Barcode Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sydney Garrett และคุณลักษณะหลักของมันคือ "Print barcodes straight from Chrome!"

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

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

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

                                            

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

ชื่อ Barcode Web Barcode Web
ID geidjbkdjhpkigchocfnnfbompngfoda
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/barcode-web/geidjbkdjhpkigchocfnnfbompngfoda
คำอธิบาย Print barcodes straight from Chrome!
ขนาดไฟล์ 11.54 MB
จำนวนการติดตั้ง 185
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2016-12-07
วันที่เผยแพร่ 2016-12-07
ผู้พัฒนา Sydney Garrett
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Barcode Web",
    "description": "Print barcodes straight from Chrome!",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "linux": "Ctrl+B"
            }
        }
    },
    "version": "2.1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "menu.js"
        ]
    },
    "permissions": [
        "storage",
        "commands",
        "contextMenus",
        "tabs",
        "*:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}