HW address converter
Convert MAC addresses between common formats.
What is HW address converter?
HW address converter is a Chrome extension developed by heino, and its main feature is "Convert MAC addresses between common formats.".
Extension Screenshots
Download HW address converter Extension CRX File
Download HW address converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A tool for converting a MAC address into another format. It is possible to define your own format in the option dialog.
Extension Basic Information
Name | HW address converter |
ID | jcppahdjoecphbofmhdfhakkkganlnfl |
Official URL | https://chromewebstore.google.com/detail/hw-address-converter/jcppahdjoecphbofmhdfhakkkganlnfl |
Description | Convert MAC addresses between common formats. |
File Size | 15.69 KB |
Installation Count | 434 |
Current Version | 0.0.1 |
Last Updated | 2018-11-21 |
Publish Date | 2018-11-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | heino |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |