MAC-Addesss Notation Changer

Convert any valid MAC-Address notation into another type of notation by a click on a button.

O que é MAC-Addesss Notation Changer?

MAC-Addesss Notation Changer é uma extensão do Chrome desenvolvida por https://markstools.blogspot.com, e sua principal característica é "Convert any valid MAC-Address notation into another type of notation by a click on a button.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MAC-Addesss Notation Changer

Baixe arquivos de extensão MAC-Addesss Notation Changer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MAC-Addesss Notation Changer MAC-Addesss Notation Changer
ID lpeiokhoaenaeacmdibjjabghpelkfhb
URL Oficial https://chromewebstore.google.com/detail/mac-addesss-notation-chan/lpeiokhoaenaeacmdibjjabghpelkfhb
Descrição Convert any valid MAC-Address notation into another type of notation by a click on a button.
Tamanho do Arquivo 12.25 KB
Contagem de Instalações 94
Versão Atual 1.0
Última Atualização 2020-08-04
Data de Publicação 2020-08-04
Desenvolvedor https://markstools.blogspot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://markstools.blogspot.com/2020/08/mac-addesss-notation-changer-as-chrome.html
URL da Página de Ajuda https://markstools.blogspot.com/2020/08/support-for-mac-addesss-notation.html
Idiomas Suportados 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"
    ]
}