MAC-Addesss Notation Changer
Convert any valid MAC-Address notation into another type of notation by a click on a button.
Qu'est-ce que MAC-Addesss Notation Changer ?
MAC-Addesss Notation Changer est une extension Chrome développée par https://markstools.blogspot.com, et sa fonction principale est "Convert any valid MAC-Address notation into another type of notation by a click on a button.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MAC-Addesss Notation Changer
Téléchargez les fichiers d'extension MAC-Addesss Notation Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | MAC-Addesss Notation Changer |
ID | lpeiokhoaenaeacmdibjjabghpelkfhb |
URL Officiel | 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. |
Taille du Fichier | 12.25 KB |
Nombre d'Installations | 94 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-08-04 |
Date de Publication | 2020-08-04 |
Développeur | https://markstools.blogspot.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://markstools.blogspot.com/2020/08/mac-addesss-notation-changer-as-chrome.html |
URL de la Page d'Aide | https://markstools.blogspot.com/2020/08/support-for-mac-addesss-notation.html |
Langues Prises en Charge | 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" ] } |