IP address to Emoji

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

Apa itu IP address to Emoji?

IP address to Emoji adalah ekstensi Chrome yang dikembangkan oleh https://www.6connect.com, dan fitur utamanya adalah "Encodes IP addresses as emoji, and parses them back to ip.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi IP address to Emoji

Unduh file ekstensi IP address to Emoji dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama IP address to Emoji IP address to Emoji
ID hjcejdfjgfakpmpopbcnbjdbicddogdc
URL Resmi https://chromewebstore.google.com/detail/ip-address-to-emoji/hjcejdfjgfakpmpopbcnbjdbicddogdc
Deskripsi Encodes IP addresses as emoji, and parses them back to ip.
Ukuran File 339 KB
Jumlah Instalasi 29
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2022-09-12
Tanggal Publikasi 2019-03-25
Pengembang https://www.6connect.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/6connect/ip-address-emoji/
URL Halaman Bantuan https://github.com/6connect/ip-address-emoji-extension/issues
URL Halaman Kebijakan Privasi https://www.6connect.com/privacy-policy
Bahasa yang Didukung 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
}