Check my public and private IP addresses
Check out the personal and public IP addresses of the client
Check my public and private IP addressesคืออะไร?
Check my public and private IP addresses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marin Marinov และคุณลักษณะหลักของมันคือ "Check out the personal and public IP addresses of the client"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Check my public and private IP addresses
ดาวน์โหลดไฟล์ส่วนขยาย Check my public and private IP addresses ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The fastest way to check out your public and private IP addresses. Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address. * Private IP address is the IP address of your device, using it in your local network. * Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nmhkffmkjbepohgmonlkfoifdbncbgbl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl |
คำอธิบาย | Check out the personal and public IP addresses of the client |
ขนาดไฟล์ | 23.3 KB |
จำนวนการติดตั้ง | 589 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2016-08-29 |
วันที่เผยแพร่ | 2016-08-29 |
คะแนน | 4.41/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Marin Marinov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check my public and private IP addresses", "short_name": "Check my IPs", "description": "Check out the personal and public IP addresses of the client", "version": "1.2.0", "browser_action": { "default_icon": "img\/Check-my-IPs-128.png", "default_popup": "popup.html", "default_title": "Check out my IP addresses" }, "author": "Marin Marinov", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |