MyIP Extension

Chrome Extension that shows your external IP and geolocation

ما هو MyIP Extension؟

MyIP Extension هو إضافة Chrome تم تطويرها بواسطة https://travelingtechguy.com، والميزة الرئيسية لها هي "Chrome Extension that shows your external IP and geolocation".

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

screenshot

تحميل ملف CRX للإضافة MyIP Extension

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

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

                        This extension shows your IP, and tries to deduce geolocation information, using IPInfoDB.
It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found).

The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.                    

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

الاسم MyIP Extension MyIP Extension
ID lejbibljgiojigkpkhmdgdhmiaddgidd
عنوان URL الرسمي https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd
الوصف Chrome Extension that shows your external IP and geolocation
حجم الملف 55.33 KB
عدد التثبيتات 113
النسخة الحالية 1.0.5
آخر تحديث 2014-07-16
تاريخ النشر 2014-07-16
تقييم 2.33/5 مجموع تقييمات 3
المطور https://travelingtechguy.com
نوع الدفع free
موقع الإضافة http://www.travelingtechguy.com
عنوان صفحة المساعدة https://github.com/TravelingTechGuy/myipextension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyIP Extension",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Chrome Extension that shows your external IP and geolocation",
    "homepage_url": "http:\/\/www.TravelingTechGuy.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Show my IP",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "http:\/\/myip.travelingtechguy.com\/"
    ]
}