What is my IP address?
What is my IP address?
What is my IP address?とは何ですか?
What is my IP address?はOpenAdminTools.comによって開発されたChromeの拡張機能で、その主な機能は「What is my IP address?」です。
拡張機能のスクリーンショット
What is my IP address?拡張機能のCRXファイルをダウンロード
What is my IP address?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Detect the current public IP address, and display below details:
- IP Address
- IP whois information
- Country Code
- Country
- City
- Latitude:
- Longitude: 拡張機能の基本情報
| 名前 | |
| ID | floedkhigbndbnimpflddnlefhopmfhc |
| 公式URL | https://chromewebstore.google.com/detail/what-is-my-ip-address/floedkhigbndbnimpflddnlefhopmfhc |
| 説明 | What is my IP address? |
| ファイルサイズ | 275 KB |
| インストール数 | 3,840 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2019-07-04 |
| 公開日 | 2019-07-03 |
| 評価 | 4.51/5 合計 202 レビュー |
| 開発者 | 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,
"browser_action": {
"default_icon": {
"19": "image\/logo-19.png",
"38": "image\/logo-38.png"
},
"default_title": "What is my IP address?",
"default_popup": "popup.html"
},
"description": "What is my IP address?",
"icons": {
"32": "image\/logo-32.png",
"48": "image\/logo-48.png",
"64": "image\/logo-64.png",
"128": "image\/logo-128.png"
},
"web_accessible_resources": [
"frame-ip.html",
"jsr\/frame-ip.js"
],
"name": "What is my IP address?",
"permissions": [
"*:\/\/*\/*"
]
} | |