Free Barcode Generator

Generate barcodes directly from your browser

Free Barcode Generatorとは何ですか?

Free Barcode Generatorはnextplus.ioによって開発されたChromeの拡張機能で、その主な機能は「Generate barcodes directly from your browser」です。

拡張機能のスクリーンショット

screenshot
screenshot

Free Barcode Generator拡張機能のCRXファイルをダウンロード

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
Eメール [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": []
        }
    ]
}