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"
    ]
}