MAC-Addesss Notation Changer

Convert any valid MAC-Address notation into another type of notation by a click on a button.

MAC-Addesss Notation Changerとは何ですか?

MAC-Addesss Notation Changerはhttps://markstools.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Convert any valid MAC-Address notation into another type of notation by a click on a button.」です。

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

screenshot

MAC-Addesss Notation Changer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        There is not much standardization in MAC hardware adress notations, so all these different invetory tools a network admin has to deal with every day use their own formats. I'm lazy and don't want to delete those dashes, punctuation marks and whatever manually. So copy the MAC adress and hit the button with the desired format - and your done! This little tool will re-format the notation and writes it back into your clipboard.                    

拡張機能の基本情報

名前 MAC-Addesss Notation Changer MAC-Addesss Notation Changer
ID lpeiokhoaenaeacmdibjjabghpelkfhb
公式URL https://chromewebstore.google.com/detail/mac-addesss-notation-chan/lpeiokhoaenaeacmdibjjabghpelkfhb
説明 Convert any valid MAC-Address notation into another type of notation by a click on a button.
ファイルサイズ 12.25 KB
インストール数 94
現在のバージョン 1.0
最終更新日 2020-08-04
公開日 2020-08-04
開発者 https://markstools.blogspot.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://markstools.blogspot.com/2020/08/mac-addesss-notation-changer-as-chrome.html
ヘルプページのURL https://markstools.blogspot.com/2020/08/support-for-mac-addesss-notation.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MAC-Addesss Notation Changer",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Convert any valid MAC-Address notation into another type of notation by a click on a button.",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "clipboardRead"
    ]
}