IP address to Emoji

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

Wat is IP address to Emoji?

IP address to Emoji is een Chrome-extensie ontwikkeld door https://www.6connect.com, en de belangrijkste functie is "Encodes IP addresses as emoji, and parses them back to ip.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie IP address to Emoji

Download IP address to Emoji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IP address to Emoji IP address to Emoji
ID hjcejdfjgfakpmpopbcnbjdbicddogdc
Officiële URL https://chromewebstore.google.com/detail/ip-address-to-emoji/hjcejdfjgfakpmpopbcnbjdbicddogdc
Beschrijving Encodes IP addresses as emoji, and parses them back to ip.
Bestandsgrootte 339 KB
Aantal Installaties 29
Huidige Versie 1.0.5
Laatst Bijgewerkt 2022-09-12
Publicatiedatum 2019-03-25
Ontwikkelaar https://www.6connect.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/6connect/ip-address-emoji/
Help Pagina-URL https://github.com/6connect/ip-address-emoji-extension/issues
URL van de Privacybeleid Pagina https://www.6connect.com/privacy-policy
Ondersteunde Talen 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
}