MAC-Addesss Notation Changer

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

What is MAC-Addesss Notation Changer?

MAC-Addesss Notation Changer is a Chrome extension developed by https://markstools.blogspot.com, and its main feature is "Convert any valid MAC-Address notation into another type of notation by a click on a button.".

Extension Screenshots

screenshot

Download MAC-Addesss Notation Changer Extension CRX File

Download MAC-Addesss Notation Changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MAC-Addesss Notation Changer MAC-Addesss Notation Changer
ID lpeiokhoaenaeacmdibjjabghpelkfhb
Official URL https://chromewebstore.google.com/detail/mac-addesss-notation-chan/lpeiokhoaenaeacmdibjjabghpelkfhb
Description Convert any valid MAC-Address notation into another type of notation by a click on a button.
File Size 12.25 KB
Installation Count 94
Current Version 1.0
Last Updated 2020-08-04
Publish Date 2020-08-04
Developer https://markstools.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://markstools.blogspot.com/2020/08/mac-addesss-notation-changer-as-chrome.html
Help Page URL https://markstools.blogspot.com/2020/08/support-for-mac-addesss-notation.html
Supported Languages 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"
    ]
}