IP address to Emoji

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

What is IP address to Emoji?

IP address to Emoji is a Chrome extension developed by https://www.6connect.com, and its main feature is "Encodes IP addresses as emoji, and parses them back to ip.".

Extension Screenshots

screenshot
screenshot

Download IP address to Emoji Extension CRX File

Download IP address to Emoji extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IP address to Emoji IP address to Emoji
ID hjcejdfjgfakpmpopbcnbjdbicddogdc
Official URL https://chromewebstore.google.com/detail/ip-address-to-emoji/hjcejdfjgfakpmpopbcnbjdbicddogdc
Description Encodes IP addresses as emoji, and parses them back to ip.
File Size 339 KB
Installation Count 29
Current Version 1.0.5
Last Updated 2022-09-12
Publish Date 2019-03-25
Developer https://www.6connect.com
Email [email protected]
Payment Type free
Extension Website https://github.com/6connect/ip-address-emoji/
Help Page URL https://github.com/6connect/ip-address-emoji-extension/issues
Privacy Policy Page URL https://www.6connect.com/privacy-policy
Supported Languages 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
}