查IP
查找IP对应的地址。
查IPとは何ですか?
查IPはoldjによって開発されたChromeの拡張機能で、その主な機能は「查找IP对应的地址。」です。
拡張機能のスクリーンショット
查IP拡張機能のCRXファイルをダウンロード
查IP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
一个查询 IP 对应地址的插件。
拡張機能の基本情報
名前 | 查IP |
ID | gabaabhlnpanpkjjhpaiaeliamhiaaea |
公式URL | https://chromewebstore.google.com/detail/%E6%9F%A5ip/gabaabhlnpanpkjjhpaiaeliamhiaaea |
説明 | 查找IP对应的地址。 |
ファイルサイズ | 128 KB |
インストール数 | 279 |
現在のバージョン | 0.1.15 |
最終更新日 | 2019-12-28 |
公開日 | 2019-12-27 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | oldj |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u67e5IP", "version": "0.1.15", "description": "\u67e5\u627eIP\u5bf9\u5e94\u7684\u5730\u5740\u3002", "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "128": "images\/icon_128x128.png" }, "author": "oldj", "options_page": "options.html", "devtools_page": "devtools.html", "permissions": [], "browser_action": { "default_icon": "images\/icon_128x128.png", "default_title": "SearchIP", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "file:\/\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/main.css" ], "js": [ "jquery.js", "cf.js", "content.js", "lib_methods\/ipip.net.js" ], "run_at": "document_end", "all_frames": false } ], "background": { "scripts": [ "bg.js" ] }, "web_accessible_resources": [] } |