MeIP

Resolve website's IP from multiple locations.

ما هو MeIP؟

MeIP هو إضافة Chrome تم تطويرها بواسطة https://www.horza.org، والميزة الرئيسية لها هي "Resolve website's IP from multiple locations.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة MeIP

قم بتنزيل ملفات الامتداد MeIP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Find out your IP address
Resolve website's IP address from several DNS servers worldwide

You would use it to check if your website's new DNS record has propagated across the global DNS infrastructure, or if it's distributed as expected by your CDN.
It also comes in handy if you want to know if some site is on CDN.                    

معلومات أساسية عن التمديد

الاسم MeIP MeIP
ID lfgiknopmkijdfjgphnnneekcifigefk
عنوان URL الرسمي https://chromewebstore.google.com/detail/meip/lfgiknopmkijdfjgphnnneekcifigefk
الوصف Resolve website's IP from multiple locations.
حجم الملف 162 KB
عدد التثبيتات 71
النسخة الحالية 0.9.2
آخر تحديث 2018-10-10
تاريخ النشر 2018-10-09
المطور https://www.horza.org
نوع الدفع free
موقع الإضافة https://www.horza.org/page/projects/meip/
عنوان صفحة المساعدة https://www.horza.org/page/projects/meip/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeIP",
    "version": "0.9.2",
    "manifest_version": 2,
    "description": "Resolve website's IP from multiple locations.",
    "homepage_url": "https:\/\/www.horza.org\/page\/projects\/meip\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "meip"
    },
    "permissions": [
        "https:\/\/ip.horza.org\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ip.horza.org; object-src 'self'; default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *"
}