ShowIp

Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.

ما هو ShowIp؟

ShowIp هو إضافة Chrome تم تطويرها بواسطة https://opensource.teqneers.com، والميزة الرئيسية لها هي "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.".

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

screenshot

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

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

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

                        This extension works with Google Chrome 18 (beta) or higher.                    

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

الاسم ShowIp ShowIp
ID agoljmemkbciolpigpabjfkagboolkcj
عنوان URL الرسمي https://chromewebstore.google.com/detail/showip/agoljmemkbciolpigpabjfkagboolkcj
الوصف Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.
حجم الملف 54.38 KB
عدد التثبيتات 23,164
النسخة الحالية 1.0
آخر تحديث 2012-05-19
تاريخ النشر 2012-05-19
تقييم 3.50/5 مجموع تقييمات 80
المطور https://opensource.teqneers.com
نوع الدفع free
موقع الإضافة http://opensource.teqneers.com/showip.html
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShowIp",
    "minimum_chrome_version": "18",
    "version": "1.0",
    "description": "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.",
    "icons": {
        "16": "icons\/icon_016.png",
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "ip.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "ip.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}