Ohrz IP
在网页右下角显示服务器的IP地址及地理位置,使用纯真IP数据库。
Ohrz IP란 무엇입니까?
Ohrz IP은(는) https://ohrz.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "在网页右下角显示服务器的IP地址及地理位置,使用纯真IP数据库。"입니다.
Ohrz IP 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 点击图标开启或关闭 - 弹窗可以通过点击右上角的“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" } |