QuickIP
Quickly find and copy your public IPv4 and IPv6 addresses
QuickIP란 무엇입니까?
QuickIP은(는) MDMower에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly find and copy your public IPv4 and IPv6 addresses"입니다.
확장 프로그램 스크린샷
QuickIP 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
IP versions and resolvers are configurable in Options. You can click the browser action bubble to see your IP addresses and copy them with a click of a button, or you can use keyboard shortcuts to copy them to your clipboard in the background. This is open source software: https://github.com/mdmower/quickip-chrome No user data is collected by this extension and no information is sent back to the author.
확장 프로그램 기본 정보
이름 | QuickIP |
ID | fminocopafmpcihgnilcacgjpcppacfn |
공식 URL | https://chromewebstore.google.com/detail/quickip/fminocopafmpcihgnilcacgjpcppacfn |
설명 | Quickly find and copy your public IPv4 and IPv6 addresses |
파일 크기 | 61.56 KB |
설치 횟수 | 68 |
현재 버전 | 5.0.3 |
최근 업데이트 | 2023-12-06 |
출시 날짜 | 2020-05-27 |
개발자 | MDMower |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mdmower/quickip-chrome |
도움말 페이지 URL | https://github.com/mdmower/quickip-chrome/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "sw.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png" }, "default_popup": "bubble.html", "default_title": "Find your IP" }, "commands": { "quick-copy-ipv4": { "suggested_key": { "default": "Ctrl+Shift+4", "mac": "Command+Shift+4" }, "description": "Copy IPv4 to clipboard" }, "quick-copy-ipv6": { "suggested_key": { "default": "Ctrl+Shift+6", "mac": "Command+Shift+6" }, "description": "Copy IPv6 to clipboard" } }, "description": "Quickly find and copy your public IPv4 and IPv6 addresses", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 3, "name": "QuickIP", "options_page": "options.html", "permissions": [ "clipboardWrite", "offscreen", "storage" ], "host_permissions": [ "https:\/\/*.ipify.org\/", "https:\/\/*.ident.me\/", "https:\/\/*.icanhazip.com\/", "https:\/\/*.wtfismyip.com\/" ], "version": "5.0.3" } |