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.
扩展基本信息
名称 | IP Address Finder |
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 |
电子邮箱 | [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" } } |