Simple IP Address
Dead simple IP address lookup. Displays your current IP address upon click. No frills.
Simple IP Addressคืออะไร?
Simple IP Address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Connor Finley และคุณลักษณะหลักของมันคือ "Dead simple IP address lookup. Displays your current IP address upon click. No frills."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple IP Address
ดาวน์โหลดไฟล์ส่วนขยาย Simple IP Address ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An IP address is a pretty simple thing. Looking it up should be pretty simple, too. This straightforward extension looks up your computer's IP address upon request. That's it. Just click or hover over the icon and there's your IP. Simple. There are other tools out there that do the same thing, but I wanted to make this as easy and speedy as possible, not bloated like other apps. This extension also provides a real-time lookup of your IP address which is useful for connecting to proxies or private networks when you need to quickly know if your IP address has changed. All you have to do is click the button or just hover, you don't even have to type anything!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple IP Address |
ID | beaeacognkdpaocggmkiobmgndbhpjap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-ip-address/beaeacognkdpaocggmkiobmgndbhpjap |
คำอธิบาย | Dead simple IP address lookup. Displays your current IP address upon click. No frills. |
ขนาดไฟล์ | 25.2 KB |
จำนวนการติดตั้ง | 457 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-06-05 |
วันที่เผยแพร่ | 2015-06-04 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Connor Finley |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple IP Address", "version": "1.0.0", "manifest_version": 2, "author": "Connor Finley", "description": "Dead simple IP address lookup. Displays your current IP address upon click. No frills.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.ipify.org\/" ], "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "IP Address Lookup", "default_popup": "src\/browser_action\/browser_action.html" } } |