IP Address of the website
Get IP address of the website
IP Address of the websiteคืออะไร?
IP Address of the website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thebyteseffect.com และคุณลักษณะหลักของมันคือ "Get IP address of the website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP Address of the website
ดาวน์โหลดไฟล์ส่วนขยาย IP Address of the website ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find IP address of the website you need. Just click in the extension it will get you the current website ip address. This extension's source code is available here https://github.com/tonystark-93/website-ipAddress. Its MIT licensed. This extension doesn't communicate with external servers to serve the IP address of the websites rather it use chrome api's to get the IP address.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
คำอธิบาย | Get IP address of the website |
ขนาดไฟล์ | 83.88 KB |
จำนวนการติดตั้ง | 166 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2021-01-20 |
วันที่เผยแพร่ | 2020-05-27 |
ผู้พัฒนา | https://thebyteseffect.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "name": "IP Address of the website", "description": "Get IP address of the website", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Get IP address of the website", "default_popup": "popup.html", "default_icon": { "48": "2.png" } }, "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "activeTab" ], "manifest_version": 2 } |