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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://github.com/6connect/ip-address-emoji-extension/issues
عنوان صفحة سياسة الخصوصية 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
}