Get IP Address

Get IP address quickly

Get IP Addressคืออะไร?

Get IP Address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://devehab.com และคุณลักษณะหลักของมันคือ "Get IP address quickly"

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

screenshot
screenshot

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

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

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

                        IP address of is changing all the time to find out the IP address may need time
the benefit is to get IP quickly.


Features 

- Notification in the event of an IP address change
- Speed in the performance
- Interface pretty simple
- Copy Address IP by clicking one
- Get more info address IP 


Info IP 

- Country
- City
- Location
- Network
- Hostname                    

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

ชื่อ Get IP Address Get IP Address
ID bcnbleifiomjknjdchippelemnfppjio
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio
คำอธิบาย Get IP address quickly
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 865
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2016-04-30
วันที่เผยแพร่ 2016-04-30
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา http://devehab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://getip.devehab.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get IP Address",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Get IP address quickly",
    "short_name": "Get IP",
    "options_page": "OptionsPage.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Git IP Address",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src  'self'  https:\/\/api.ipify.org; object-src 'self' ",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*.ipify.org\/",
        "tabs",
        "notifications",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/getip.devehab.com",
    "author": "Ehab Kahwati"
}