View your IP address
Quickly check your IP address and see some other information without opening an additional page
View your IP addressとは何ですか?
View your IP addressはhttps://jeroenpeters.devによって開発されたChromeの拡張機能で、その主な機能は「Quickly check your IP address and see some other information without opening an additional page」です。
拡張機能のスクリーンショット
View your IP address拡張機能のCRXファイルをダウンロード
View your IP address拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you can quickly see and copy your IP address. Icon by Flaticon.com
拡張機能の基本情報
名前 | View your IP address |
ID | plkoeddhagbcbcklhjnladmadnikmfhi |
公式URL | https://chromewebstore.google.com/detail/view-your-ip-address/plkoeddhagbcbcklhjnladmadnikmfhi |
説明 | Quickly check your IP address and see some other information without opening an additional page |
ファイルサイズ | 88.09 KB |
インストール数 | 47 |
現在のバージョン | 1.5.0 |
最終更新日 | 2022-12-27 |
公開日 | 2020-06-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://jeroenpeters.dev |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://jeroenpeters.dev/contact/ |
プライバシーポリシーページのURL | https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy |
対応言語 | de,en,fr,nl,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "manifest_version": 3, "version": "1.5.0", "description": "__MSG_extDesc__", "action": { "default_popup": "popup\/popup.html", "default_title": "__MSG_popup_title__", "default_icons": { "16": "icon_16.png" } }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "host_permissions": [ "*:\/\/v4.ident.me\/*", "*:\/\/v6.ident.me\/*" ], "default_locale": "en" } |