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はOpenAdminTools.comによって開発されたChromeの拡張機能で、その主な機能は「Shows the IP address of current web site, locate the IP geolocation on the map.」です。
拡張機能のスクリーンショット
Site Geo IP Locator拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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:\/\/*\/" ] } |