IP Address Lookup & Domain Whois

Easy and quick way to find out your current IP address.

ما هو IP Address Lookup & Domain Whois؟

IP Address Lookup & Domain Whois هو إضافة Chrome تم تطويرها بواسطة http://1a.org، والميزة الرئيسية لها هي "Easy and quick way to find out your current IP address.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة IP Address Lookup & Domain Whois

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

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

                        The easiest way to find your IP address! Display your IP address, system information and geo-location easily with 1-click. You can also do a quick whois record lookup on the active tab or any web site you want. It shows you domain information like owner email, registrant, registrar, creation date, expire date, server ip address and server location.                    

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

الاسم IP Address Lookup & Domain Whois IP Address Lookup & Domain Whois
ID ononjccmbkfllkjbpfemimejdlgihanj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ip-address-lookup-domain/ononjccmbkfllkjbpfemimejdlgihanj
الوصف Easy and quick way to find out your current IP address.
حجم الملف 2.52 MB
عدد التثبيتات 131
النسخة الحالية 1.0
آخر تحديث 2016-02-11
تاريخ النشر 2016-02-11
تقييم 1.00/5 مجموع تقييمات 1
المطور http://1a.org
نوع الدفع free
موقع الإضافة http://1a.org
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Address Lookup & Domain Whois",
    "description": "Easy and quick way to find out your current IP address.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/1aorg-logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-100.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ]
}