IP address lookup
Displays your public IP address and location (country and city).
IP address lookupคืออะไร?
IP address lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://extpose.com และคุณลักษณะหลักของมันคือ "Displays your public IP address and location (country and city)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP address lookup
ดาวน์โหลดไฟล์ส่วนขยาย IP address lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension simply displays your IP address and location info including city and country based on geoip data. It's useful if you use VPN or proxy service and want to check whether your ip address has been changed. What is IP address? An Internet Protocol address (IP address) is a logical numeric address that is assigned to every single computer, printer, switch, router or any other device that is part of a TCP/IP-based network.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IP address lookup |
ID | gljgjdaepgbcolgbkijpddfgkokjpale |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ip-address-lookup/gljgjdaepgbcolgbkijpddfgkokjpale |
คำอธิบาย | Displays your public IP address and location (country and city). |
ขนาดไฟล์ | 325 KB |
จำนวนการติดตั้ง | 614 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-10-13 |
วันที่เผยแพร่ | 2019-10-12 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://extpose.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub |
ภาษาที่รองรับ | en,en-GB,en-US,tr,es,es-419,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.0", "icons": { "16": "logo16.png", "48": "logo48.png", "64": "logo64.png", "128": "logo128.png" }, "permissions": [ "https:\/\/ifconfig.co\/", "alarms" ], "minimum_chrome_version": "22", "browser_action": { "default_icon": "logo32.png", "default_title": "(no data)" }, "background": { "scripts": [ "background-update.js" ], "persistent": false } } |