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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🌐 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" } } |