IP Address Tool

Check your IP Address, Proxy IP, Proxy Host and see some more other additional information.

IP Address Toolคืออะไร?

IP Address Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://developers.jordantbh.me และคุณลักษณะหลักของมันคือ "Check your IP Address, Proxy IP, Proxy Host and see some more other additional information."

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

screenshot

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

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

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

                        View your current IP Address, Proxy IP*, Proxy Host* and see some more other additional information - without opening an additional tab.

The extension is currently only available in English, English (GB), English (US) French and Spanish, it will be available in other languages in upcoming releases.

Information is retrieved from www.ifconfig.me.

* If you use a proxy server/host of course.

-> Why use the IP Address Tool? <-
- This plugin doesn't open any tabs (less CPU usage)
- IP will update every 5 minutes
- Alerts for when your IP changes
- Hover for even quicker viewing

Like or love it? Click that "+1" button above and share it - thanks!

You can now follow our developers blog to get the latest news and updates and more before it's live on the Chrome web store: http://developers.jordantbh.me

# What's cooking in v1.1147 (02 May 15) #
{c} General Updates
{c} Renamed "Browse Chrome Extensions" to  "Browse Extension Store"
- Blog Release: http://wp.me/p3R5Fi-9j
- Download Hub: http://dl.jordantbh.me

-> What's New in 0.0.1.1145 (23 Oct 2014)  What's New in 0.0.1.1143 (22 Aug 2014)  What's New in v0.0.1.1141 (3 July 2014)  What's New in v0.0.1.1131 (10 June 2014)  What's New in v0.0.1.1129 (02 April 2014)  What's New in v0.0.1.1127 (13 February 2014)  What's New in v0.0.1.1123 (05 September 2013)  

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

ชื่อ IP Address Tool IP Address Tool
ID ljgkplokbilfifgcadbobkfecincmbmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ip-address-tool/ljgkplokbilfifgcadbobkfecincmbmk
คำอธิบาย Check your IP Address, Proxy IP, Proxy Host and see some more other additional information.
ขนาดไฟล์ 58.45 KB
จำนวนการติดตั้ง 1,563
เวอร์ชันปัจจุบัน 0.0.1.1147
อัปเดตครั้งล่าสุด 2015-05-02
วันที่เผยแพร่ 2015-05-02
คะแนน 3.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://developers.jordantbh.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://developers.jordantbh.me/blog
URL หน้าช่วยเหลือ https://jordantbh.freshdesk.com/support/home
ภาษาที่รองรับ en,en-GB,en-US,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "My IP",
    "description": "__MSG_extDesc__",
    "default_locale": "en_GB",
    "manifest_version": 2,
    "version": "0.0.1.1147",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ip-address-tool\/ljgkplokbilfifgcadbobkfecincmbmk?r=true",
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/img\/16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/16x16.png",
        "48": "static\/img\/48x48.png",
        "128": "static\/img\/128x128.png"
    },
    "permissions": [
        "http:\/\/ifconfig.me\/*"
    ]
}