IP address to Emoji

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

IP address to Emoji là gì?

IP address to Emoji là một tiện ích mở rộng Chrome được phát triển bởi https://www.6connect.com, và tính năng chính của nó là "Encodes IP addresses as emoji, and parses them back to ip.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IP address to Emoji

Tải xuống các tệp mở rộng IP address to Emoji dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IP address to Emoji IP address to Emoji
ID hjcejdfjgfakpmpopbcnbjdbicddogdc
URL Chính Thức https://chromewebstore.google.com/detail/ip-address-to-emoji/hjcejdfjgfakpmpopbcnbjdbicddogdc
Mô tả Encodes IP addresses as emoji, and parses them back to ip.
Kích Thước Tệp 339 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2022-09-12
Ngày Phát Hành 2019-03-25
Nhà Phát Triển https://www.6connect.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/6connect/ip-address-emoji/
URL Trang Trợ Giúp https://github.com/6connect/ip-address-emoji-extension/issues
URL Trang Chính Sách Bảo Mật https://www.6connect.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}