IP2Location IP Geolocation Extension
Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.
IP2Location IP Geolocation Extensionとは何ですか?
IP2Location IP Geolocation Extensionはhttps://www.ip2location.comによって開発されたChromeの拡張機能で、その主な機能は「Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.」です。
拡張機能のスクリーンショット
IP2Location IP Geolocation Extension拡張機能のCRXファイルをダウンロード
IP2Location IP Geolocation Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
IP2Location IP Geolocation is an extension to get information about the geographical location of the web server based on the IP address of the URL links in web pages. You can prevent phishing activities by know more about the servers information. It is easy to use as you can now see the information on the same page in a nicely formatted box. See information like the IP address, country, state, city, ISP, latitude, longitude as well as the server time. To use this extension, you just put your mouse over a link and a tiny icon will appear, click on that icon to retrieve information for that URL. In the information box that appears, you also have access to 3 useful features under [More Tools]; these are the ability to ping that IP address, perform traceroute or view that URL from our proxies which are located around the globe.
拡張機能の基本情報
名前 | IP2Location IP Geolocation Extension |
ID | hkccjlilianihdjogdpflgmeegaomloj |
公式URL | https://chromewebstore.google.com/detail/ip2location-ip-geolocatio/hkccjlilianihdjogdpflgmeegaomloj |
説明 | Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com. |
ファイルサイズ | 274 KB |
インストール数 | 737 |
現在のバージョン | 2.1.0 |
最終更新日 | 2022-06-28 |
公開日 | 2020-06-18 |
評価 | 3.50/5 合計 22 レビュー |
開発者 | https://www.ip2location.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP2Location IP Geolocation Extension", "version": "2.1.0", "description": "Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.6.0.min.js", "core.min.js", "sha1.min.js", "main.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.html", "*.png", "flags\/*" ], "matches": [ " |