IP address to Emoji

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

IP address to Emojiคืออะไร?

IP address to Emoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.6connect.com และคุณลักษณะหลักของมันคือ "Encodes IP addresses as emoji, and parses them back to ip."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP address to Emoji

ดาวน์โหลดไฟล์ส่วนขยาย 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
}