Barcode Web

Print barcodes straight from Chrome!

Barcode Web क्या है?

Barcode Web Sydney Garrett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print barcodes straight from Chrome!"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Barcode Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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:\/\/*\/*"
    ]
}