Site Geo IP Locator
Shows the IP address of current web site, locate the IP geolocation on the map.
Site Geo IP Locatorคืออะไร?
Site Geo IP Locator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OpenAdminTools.com และคุณลักษณะหลักของมันคือ "Shows the IP address of current web site, locate the IP geolocation on the map."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Geo IP Locator
ดาวน์โหลดไฟล์ส่วนขยาย Site Geo IP Locator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a GEO IP locator for webmaster. If you click the icon in the a tab that opened a web page, it shows the IP address of current web site, locate the IP geolocation on the map. If you click the icon in a blank tab, it shows your current IP address. This extension is great for SEO research and web developers. Download and enjoy! =================================================== Developer: https://ip.openadmintools.com Partner: http://www.chromefans.org
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Site Geo IP Locator |
ID | mdpfciefafhdagbdcnklaepcgeobgaok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok |
คำอธิบาย | Shows the IP address of current web site, locate the IP geolocation on the map. |
ขนาดไฟล์ | 137 KB |
จำนวนการติดตั้ง | 2,729 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2019-07-04 |
วันที่เผยแพร่ | 2019-07-03 |
คะแนน | 4.65/5 รวมทั้งหมด 236 คะแนน |
ผู้พัฒนา | OpenAdminTools.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.openadmintools.com/ |
URL หน้าช่วยเหลือ | https://ip.openadmintools.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ip.openadmintools.com\/; object-src 'self'", "browser_action": { "default_icon": { "19": "image\/logo-19.png", "38": "image\/logo-38.png" }, "default_title": "Site Geo IP Locator", "name": "Site Geo IP Locator", "default_popup": "popup.html" }, "description": "Shows the IP address of current web site, locate the IP geolocation on the map.", "icons": { "32": "image\/logo-32.png", "48": "image\/logo-48.png", "64": "image\/logo-64.png", "128": "image\/logo-128.png" }, "name": "Site Geo IP Locator", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |