Preferred Public IP Watcher
Preferred Public IP Watcher
Preferred Public IP Watcherとは何ですか?
Preferred Public IP Watcherはproficientによって開発されたChromeの拡張機能で、その主な機能は「Preferred Public IP Watcher」です。
拡張機能のスクリーンショット
Preferred Public IP Watcher拡張機能のCRXファイルをダウンロード
Preferred Public IP Watcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Keep track of your public IP address. Display a quick temporary alert whenever your IP changes. Set your preferred address to get a green icon when in use. More features to come!
拡張機能の基本情報
名前 | |
ID | gadpflneambphbmkogagdjpodaeommdi |
公式URL | https://chrome.google.com/webstore/detail/preferred-public-ip-watch/gadpflneambphbmkogagdjpodaeommdi |
説明 | Preferred Public IP Watcher |
ファイルサイズ | 33 KB |
インストール数 | 30 |
現在のバージョン | 1.0 |
最終更新日 | 2013-11-04 |
公開日 | 2013-11-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | proficient |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Preferred Public IP Watcher", "version": "1.0", "description": "Preferred Public IP Watcher", "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "background" ], "options_page": "options.html", "manifest_version": 2 } |