My Public IP
Displays your public IP address and the country that it belongs to.
My Public IPとは何ですか?
My Public IPはmlによって開発されたChromeの拡張機能で、その主な機能は「Displays your public IP address and the country that it belongs to.」です。
拡張機能のスクリーンショット
My Public IP拡張機能のCRXファイルをダウンロード
My Public IP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simply click on the icon to see the information. IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.
拡張機能の基本情報
名前 | My Public IP |
ID | mfogaajkjakkhpidbcbpfbbibgbmjihk |
公式URL | https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk |
説明 | Displays your public IP address and the country that it belongs to. |
ファイルサイズ | 262 KB |
インストール数 | 250 |
現在のバージョン | 1.3 |
最終更新日 | 2021-03-03 |
公開日 | 2020-04-22 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | ml |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Public IP", "description": "Displays your public IP address and the country that it belongs to.", "version": "1.3", "browser_action": { "default_popup": "index.html", "default_title": "My Public IP" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "web_accessible_resources": [ "images\/*" ] } |