Barcode Generator

Get barcodes from text selection in one click

Barcode Generatorとは何ですか?

Barcode GeneratorはNathan Fergusonによって開発されたChromeの拡張機能で、その主な機能は「Get barcodes from text selection in one click」です。

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

screenshot
screenshot
screenshot
screenshot

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

Barcode Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Generates Code-128 barcodes from selected text using the context menu.                    

拡張機能の基本情報

名前 Barcode Generator Barcode Generator
ID jmadlddafklnidhjepieomnnjdiokacd
公式URL https://chromewebstore.google.com/detail/barcode-generator/jmadlddafklnidhjepieomnnjdiokacd
説明 Get barcodes from text selection in one click
ファイルサイズ 6.35 KB
インストール数 66
現在のバージョン 1.0.0
最終更新日 2023-09-05
公開日 2022-06-14
評価 5.00/5 合計 1 レビュー
開発者 Nathan Ferguson
Eメール nathanfergusondev@gmail.com
支払い方法 free
拡張機能のウェブサイト https://github.com/nathanfergusondev/barcodegenerator
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Barcode Generator",
    "description": "Get barcodes from text selection in one click",
    "icons": {
        "16": "img\/barcode16.png",
        "32": "img\/barcode32.png",
        "48": "img\/barcode48.png",
        "64": "img\/barcode64.png",
        "128": "img\/barcode.png"
    },
    "action": {
        "default_icon": "img\/barcode.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    }
}