Check my public and private IP addresses
Check out the personal and public IP addresses of the client
Check my public and private IP addressesとは何ですか?
Check my public and private IP addressesはMarin Marinovによって開発されたChromeの拡張機能で、その主な機能は「Check out the personal and public IP addresses of the client」です。
拡張機能のスクリーンショット
Check my public and private IP addresses拡張機能のCRXファイルをダウンロード
Check my public and private IP addresses拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The fastest way to check out your public and private IP addresses. Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address. * Private IP address is the IP address of your device, using it in your local network. * Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.
拡張機能の基本情報
名前 | |
ID | nmhkffmkjbepohgmonlkfoifdbncbgbl |
公式URL | https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl |
説明 | Check out the personal and public IP addresses of the client |
ファイルサイズ | 23.3 KB |
インストール数 | 589 |
現在のバージョン | 1.2.0 |
最終更新日 | 2016-08-29 |
公開日 | 2016-08-29 |
評価 | 4.41/5 合計 22 レビュー |
開発者 | Marin Marinov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check my public and private IP addresses", "short_name": "Check my IPs", "description": "Check out the personal and public IP addresses of the client", "version": "1.2.0", "browser_action": { "default_icon": "img\/Check-my-IPs-128.png", "default_popup": "popup.html", "default_title": "Check out my IP addresses" }, "author": "Marin Marinov", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |