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
Eメール [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
}