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
官方網址 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
電子郵箱 [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"
    ]
}