IP
Get's your public/private IP address
IPとは何ですか?
IPはKalin Ivanovによって開発されたChromeの拡張機能で、その主な機能は「Get's your public/private IP address」です。
拡張機能のスクリーンショット
IP拡張機能のCRXファイルをダウンロード
IP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows your public IP address as well as your private one. Uses STUN server and UDP protocol to resolve the IP Notifications if Private or Public IP address change
拡張機能の基本情報
名前 | IP |
ID | delkinfpajdmdkheaoilmmghhhoeoaic |
公式URL | https://chromewebstore.google.com/detail/ip/delkinfpajdmdkheaoilmmghhhoeoaic |
説明 | Get's your public/private IP address |
ファイルサイズ | 31.97 KB |
インストール数 | 131 |
現在のバージョン | 0.2.6 |
最終更新日 | 2015-04-28 |
公開日 | 2015-04-28 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Kalin Ivanov |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP", "manifest_version": 2, "version": "0.2.6", "minimum_chrome_version": "32", "description": "Get's your public\/private IP address", "permissions": [ "notifications", "storage" ], "icons": { "64": "ip.png", "128": "ip_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "ip.png", "128": "ip_128.png" } } } |