IP address to Emoji

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

什么是IP address to Emoji?

IP address to Emoji是由https://www.6connect.com开发的Chrome扩展程序,该扩展的主要功能是“Encodes IP addresses as emoji, and parses them back to ip.”。

扩展截图

screenshot
screenshot

下载IP address to Emoji扩展crx文件

下载IP address to Emoji扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 IP address to Emoji IP address to Emoji
ID hjcejdfjgfakpmpopbcnbjdbicddogdc
官方URL https://chromewebstore.google.com/detail/ip-address-to-emoji/hjcejdfjgfakpmpopbcnbjdbicddogdc
简介 Encodes IP addresses as emoji, and parses them back to ip.
文件大小 339 KB
安装次数 29
当前版本 1.0.5
更新时间 2022-09-12
上架时间 2019-03-25
开发者 https://www.6connect.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/6connect/ip-address-emoji/
帮助页面URL https://github.com/6connect/ip-address-emoji-extension/issues
隐私政策页面URL https://www.6connect.com/privacy-policy
支持的语言 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
}