IP address to Emoji

Encodes IP addresses as emoji, and parses them back to ip.

Co to jest IP address to Emoji?

IP address to Emoji to rozszerzenie Chrome opracowane przez https://www.6connect.com, a jego główną funkcją jest „Encodes IP addresses as emoji, and parses them back to ip.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia IP address to Emoji

Pobierz pliki rozszerzeń IP address to Emoji w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Have you ever seen an IP address on the web and gotten lost in the numbers? Use the IP Emojifier to make that problem go away! If you ever see a confusing IPv4 or IPv6, hit the "Emojify" button and watch the confusing stream of numbers (and letters!) change to colorful and easy to understand images. Also useful for network troubleshooting! Have users recite emoji over the phone to ensure that you get everything on the first call.                    

Podstawowe informacje o rozszerzeniu

Nazwa IP address to Emoji IP address to Emoji
ID hjcejdfjgfakpmpopbcnbjdbicddogdc
Oficjalny URL https://chromewebstore.google.com/detail/ip-address-to-emoji/hjcejdfjgfakpmpopbcnbjdbicddogdc
Opis Encodes IP addresses as emoji, and parses them back to ip.
Rozmiar pliku 339 KB
Liczba instalacji 29
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2022-09-12
Data Publikacji 2019-03-25
Deweloper https://www.6connect.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/6connect/ip-address-emoji/
Adres URL Strony Pomocy https://github.com/6connect/ip-address-emoji-extension/issues
Adres URL Strony Polityki Prywatności https://www.6connect.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP address to Emoji",
    "version": "1.0.5",
    "description": "Encodes IP addresses as emoji, and parses them back to ip.",
    "optional_permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "IP address to Emoji",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}