Ohrz IP
在网页右下角显示服务器的IP地址及地理位置,使用纯真IP数据库。
Ohrz IPคืออะไร?
Ohrz IP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ohrz.net และคุณลักษณะหลักของมันคือ "在网页右下角显示服务器的IP地址及地理位置,使用纯真IP数据库。"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ohrz IP
ดาวน์โหลดไฟล์ส่วนขยาย Ohrz IP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- 点击图标开启或关闭 - 弹窗可以通过点击右上角的“X”关闭 淘宝天猫优惠券分享:https://www.youquan.info/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ohrz IP |
ID | dbgonloodaliegihbhlccphijpifofpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ohrz-ip/dbgonloodaliegihbhlccphijpifofpj |
คำอธิบาย | 在网页右下角显示服务器的IP地址及地理位置,使用纯真IP数据库。 |
ขนาดไฟล์ | 30.5 KB |
จำนวนการติดตั้ง | 305 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2017-03-22 |
วันที่เผยแพร่ | 2017-03-21 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://ohrz.net |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/res\/js\/ajax.js", "\/res\/js\/background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "\/res\/css\/contents\/ip.css" ], "js": [ "\/res\/js\/contents\/ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "\u5728\u7f51\u9875\u53f3\u4e0b\u89d2\u663e\u793a\u670d\u52a1\u5668\u7684IP\u5730\u5740\u53ca\u5730\u7406\u4f4d\u7f6e\uff0c\u4f7f\u7528\u7eaf\u771fIP\u6570\u636e\u5e93\u3002", "icons": { "128": "\/res\/icon\/icon.png", "64": "\/res\/icon\/icon.png", "32": "\/res\/icon\/icon.png", "16": "\/res\/icon\/icon.png" }, "manifest_version": 2, "name": "Ohrz IP", "browser_action": { "default_icon": { "19": "res\/icon\/icon.png", "38": "res\/icon\/icon.png" }, "default_title": "\u70b9\u51fb\u5f00\u542f\u6216\u5173\u95ed" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "storage" ], "version": "1.5" } |