HW address converter

Convert MAC addresses between common formats.

ما هو HW address converter؟

HW address converter هو إضافة Chrome تم تطويرها بواسطة heino، والميزة الرئيسية لها هي "Convert MAC addresses between common formats.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة HW address converter

قم بتنزيل ملفات الامتداد HW address converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A tool for converting a MAC address into another format.
It is possible to define your own format in the option dialog.                    

معلومات أساسية عن التمديد

الاسم HW address converter HW address converter
ID jcppahdjoecphbofmhdfhakkkganlnfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/hw-address-converter/jcppahdjoecphbofmhdfhakkkganlnfl
الوصف Convert MAC addresses between common formats.
حجم الملف 15.69 KB
عدد التثبيتات 434
النسخة الحالية 0.0.1
آخر تحديث 2018-11-21
تاريخ النشر 2018-11-21
تقييم 5.00/5 مجموع تقييمات 2
المطور heino
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HW address converter",
    "version": "0.0.1",
    "description": "Convert MAC addresses between common formats.",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_48.png"
        },
        "default_title": "HW address converter",
        "default_popup": "panel.html"
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "short_name": "MAC converter"
}