IP address to Emoji

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

Cos'è IP address to Emoji?

IP address to Emoji è un'estensione di Chrome sviluppata da https://www.6connect.com, e la sua funzione principale è "Encodes IP addresses as emoji, and parses them back to ip.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione IP address to Emoji

Scarica i file di estensione IP address to Emoji in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IP address to Emoji IP address to Emoji
ID hjcejdfjgfakpmpopbcnbjdbicddogdc
URL Ufficiale https://chromewebstore.google.com/detail/ip-address-to-emoji/hjcejdfjgfakpmpopbcnbjdbicddogdc
Descrizione Encodes IP addresses as emoji, and parses them back to ip.
Dimensione del File 339 KB
Conteggio Installazioni 29
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-09-12
Data di Pubblicazione 2019-03-25
Sviluppatore https://www.6connect.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/6connect/ip-address-emoji/
URL della Pagina di Aiuto https://github.com/6connect/ip-address-emoji-extension/issues
URL della Pagina della Politica sulla Privacy https://www.6connect.com/privacy-policy
Lingue Supportate 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
}