IP Checker

Check IP address with a simple select(highlight) way.

IP Checkerคืออะไร?

IP Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://zhshipu.com และคุณลักษณะหลักของมันคือ "Check IP address with a simple select(highlight) way."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP Checker

ดาวน์โหลดไฟล์ส่วนขยาย IP Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        使用光标选中任意页面中的IP地址即可快速查询IP相关信息(包括地理位置、当地时间、经纬度等)。
Check IP address with a simple select(highlight) way.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IP Checker IP Checker
ID nkgcmlhdobaiblmfjmacblccgmaokmhf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ip-checker/nkgcmlhdobaiblmfjmacblccgmaokmhf
คำอธิบาย Check IP address with a simple select(highlight) way.
ขนาดไฟล์ 255 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2014-12-18
วันที่เผยแพร่ 2014-12-18
ผู้พัฒนา http://zhshipu.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.zhshipu.com/ip-checker/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Checker",
    "manifest_version": 2,
    "version": "1.1.2",
    "description": "Check IP address with a simple select(highlight) way.",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    },
    "web_accessible_resources": [
        "favicon.ico"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "jquery-1.8.3.js",
                "iphelper.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "background": "background.html",
        "scripts": [
            "background.js"
        ]
    }
}