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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}