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
官方網址 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
}