MAC-Addesss Notation Changer
Convert any valid MAC-Address notation into another type of notation by a click on a button.
Was ist MAC-Addesss Notation Changer?
MAC-Addesss Notation Changer ist eine Chrome-Erweiterung, die von https://markstools.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert any valid MAC-Address notation into another type of notation by a click on a button.".
Erweiterungsscreenshots
MAC-Addesss Notation Changer-Erweiterungs-CRX-Datei herunterladen
Laden Sie MAC-Addesss Notation Changer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | MAC-Addesss Notation Changer |
ID | lpeiokhoaenaeacmdibjjabghpelkfhb |
Offizielle URL | https://chromewebstore.google.com/detail/mac-addesss-notation-chan/lpeiokhoaenaeacmdibjjabghpelkfhb |
Beschreibung | Convert any valid MAC-Address notation into another type of notation by a click on a button. |
Dateigröße | 12.25 KB |
Installationsanzahl | 94 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-08-04 |
Veröffentlichungsdatum | 2020-08-04 |
Entwickler | https://markstools.blogspot.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://markstools.blogspot.com/2020/08/mac-addesss-notation-changer-as-chrome.html |
Hilfeseite URL | https://markstools.blogspot.com/2020/08/support-for-mac-addesss-notation.html |
Unterstützte Sprachen | 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" ] } |