IP Address Finder
View easily your Public and Private IP address, with copy to clipboard functionality
IP Address Finderとは何ですか?
IP Address Finderはhttps://dzotos.comによって開発されたChromeの拡張機能で、その主な機能は「View easily your Public and Private IP address, with copy to clipboard functionality」です。
拡張機能のスクリーンショット
IP Address Finder拡張機能のCRXファイルをダウンロード
IP Address Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🌐 Instant Access: No more digging through menus. Get your public and private IP addresses with a single click.
📡 Complete Details: Both your public and private IP addresses in one place, giving you a fuller picture of your online presence.
📋 Clipboard Friendly: Need to share your IP address? A simple click lets you copy it to your clipboard, ready to be pasted.
🔒 Respect for Privacy: Your security is important. This extension is designed not to store or share your IP information, prioritizing your privacy.
🚀 Efficiency: Lightweight extension, won't slow down your browser, ensuring a smooth browsing experience.
👌 User-Friendly: With an intuitive interface, the extension is designed to blend seamlessly with your browser. 拡張機能の基本情報
| 名前 | |
| ID | kkknjljffdiobgejpmpcagehcpenklnd |
| 公式URL | https://chromewebstore.google.com/detail/ip-address-finder/kkknjljffdiobgejpmpcagehcpenklnd |
| 説明 | View easily your Public and Private IP address, with copy to clipboard functionality |
| ファイルサイズ | 123 KB |
| インストール数 | 4,446 |
| 現在のバージョン | 2 |
| 最終更新日 | 2023-09-09 |
| 公開日 | 2017-12-25 |
| 評価 | 4.50/5 合計 8 レビュー |
| 開発者 | https://dzotos.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://dzotos.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "IP Address Finder",
"description": "View easily your Public and Private IP address, with copy to clipboard functionality",
"version": "2",
"browser_action": {
"default_icon": "images\/19.png",
"default_popup": "index.html"
},
"permissions": [
"https:\/\/api.ipify.org\/"
],
"content_security_policy": "script-src 'self' https:\/\/api.ipify.org; object-src 'self'",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
} | |