IP address lookup
Displays your public IP address and location (country and city).
IP address lookupとは何ですか?
IP address lookupはhttps://extpose.comによって開発されたChromeの拡張機能で、その主な機能は「Displays your public IP address and location (country and city).」です。
拡張機能のスクリーンショット
IP address lookup拡張機能のCRXファイルをダウンロード
IP address lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension simply displays your IP address and location info including city and country based on geoip data. It's useful if you use VPN or proxy service and want to check whether your ip address has been changed. What is IP address? An Internet Protocol address (IP address) is a logical numeric address that is assigned to every single computer, printer, switch, router or any other device that is part of a TCP/IP-based network.
拡張機能の基本情報
名前 | IP address lookup |
ID | gljgjdaepgbcolgbkijpddfgkokjpale |
公式URL | https://chromewebstore.google.com/detail/ip-address-lookup/gljgjdaepgbcolgbkijpddfgkokjpale |
説明 | Displays your public IP address and location (country and city). |
ファイルサイズ | 325 KB |
インストール数 | 614 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-10-13 |
公開日 | 2019-10-12 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | https://extpose.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub |
対応言語 | en,en-GB,en-US,tr,es,es-419,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.0", "icons": { "16": "logo16.png", "48": "logo48.png", "64": "logo64.png", "128": "logo128.png" }, "permissions": [ "https:\/\/ifconfig.co\/", "alarms" ], "minimum_chrome_version": "22", "browser_action": { "default_icon": "logo32.png", "default_title": "(no data)" }, "background": { "scripts": [ "background-update.js" ], "persistent": false } } |