IP address to Emoji

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

Was ist IP address to Emoji?

IP address to Emoji ist eine Chrome-Erweiterung, die von https://www.6connect.com entwickelt wurde, und ihr Hauptmerkmal ist "Encodes IP addresses as emoji, and parses them back to ip.".

Erweiterungsscreenshots

screenshot
screenshot

IP address to Emoji-Erweiterungs-CRX-Datei herunterladen

Laden Sie IP address to Emoji-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IP address to Emoji IP address to Emoji
ID hjcejdfjgfakpmpopbcnbjdbicddogdc
Offizielle URL https://chromewebstore.google.com/detail/ip-address-to-emoji/hjcejdfjgfakpmpopbcnbjdbicddogdc
Beschreibung Encodes IP addresses as emoji, and parses them back to ip.
Dateigröße 339 KB
Installationsanzahl 29
Aktuelle Version 1.0.5
Letztes Update 2022-09-12
Veröffentlichungsdatum 2019-03-25
Entwickler https://www.6connect.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/6connect/ip-address-emoji/
Hilfeseite URL https://github.com/6connect/ip-address-emoji-extension/issues
URL der Datenschutzrichtlinien-Seite https://www.6connect.com/privacy-policy
Unterstützte Sprachen 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
}