Highlight IP Lookup

Find the city, state, country code of the selected (highlighted) IP address in the active tab.

ما هو Highlight IP Lookup؟

Highlight IP Lookup هو إضافة Chrome تم تطويرها بواسطة Cornally، والميزة الرئيسية لها هي "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

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

screenshot

تحميل ملف CRX للإضافة Highlight IP Lookup

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

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

                        Highlight an IP address or host and click the extension's icon in the active tab to locate the city, state, and country code of the respective host.                    

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

الاسم Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
عنوان URL الرسمي https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
الوصف Find the city, state, country code of the selected (highlighted) IP address in the active tab.
حجم الملف 43.41 KB
عدد التثبيتات 993
النسخة الحالية 0.1.7
آخر تحديث 2022-04-02
تاريخ النشر 2017-05-23
تقييم 5.00/5 مجموع تقييمات 7
المطور Cornally
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://conartists.co/highlight-ip-lookup/index.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight IP Lookup",
    "description": "Find the city, state, country code of the selected (highlighted) IP address in the active tab.",
    "version": "0.1.7",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}