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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://markstools.blogspot.com, και η κύρια λειτουργία του είναι "Convert any valid MAC-Address notation into another type of notation by a click on a button.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης MAC-Addesss Notation Changer

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}