HW address converter

Convert MAC addresses between common formats.

HW address converterとは何ですか?

HW address converterはheinoによって開発されたChromeの拡張機能で、その主な機能は「Convert MAC addresses between common formats.」です。

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

screenshot
screenshot

HW address converter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A tool for converting a MAC address into another format.
It is possible to define your own format in the option dialog.                    

拡張機能の基本情報

名前 HW address converter HW address converter
ID jcppahdjoecphbofmhdfhakkkganlnfl
公式URL https://chromewebstore.google.com/detail/hw-address-converter/jcppahdjoecphbofmhdfhakkkganlnfl
説明 Convert MAC addresses between common formats.
ファイルサイズ 15.69 KB
インストール数 434
現在のバージョン 0.0.1
最終更新日 2018-11-21
公開日 2018-11-21
評価 5.00/5 合計 2 レビュー
開発者 heino
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HW address converter",
    "version": "0.0.1",
    "description": "Convert MAC addresses between common formats.",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_48.png"
        },
        "default_title": "HW address converter",
        "default_popup": "panel.html"
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "short_name": "MAC converter"
}