show-my-ip
View your IP address
show-my-ip란 무엇입니까?
show-my-ip은(는) http://twin.sh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View your IP address"입니다.
확장 프로그램 스크린샷
show-my-ip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Add-on allows you to view your browser without having to navigate to sites like https://www.whatismyip.com/
This extension is also open source, and you can see it at the following address:
https://github.com/TwiN/show-my-ip
This add-on does not save any of your information, however, since it's not possible to directly access your public IP address without a 3rd party server, it does require access to the following URL:
https://twin.sh/api/v1/ip
In case that API goes down, a call will be made to the fallback API:
http://ip-api.com/line?fields=query 확장 프로그램 기본 정보
| 이름 | |
| ID | njjhkglmjpklhkfchpjdjjnfjjmeghho |
| 공식 URL | https://chrome.google.com/webstore/detail/show-my-ip/njjhkglmjpklhkfchpjdjjnfjjmeghho |
| 설명 | View your IP address |
| 파일 크기 | 13.25 KB |
| 설치 횟수 | 278 |
| 현재 버전 | 1.6 |
| 최근 업데이트 | 2021-11-02 |
| 출시 날짜 | 2019-11-29 |
| 개발자 | http://twin.sh |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "show-my-ip",
"description": "View your IP address",
"version": "1.6",
"homepage_url": "https:\/\/github.com\/TwinProduction\/show-my-ip",
"manifest_version": 2,
"author": "TwinProduction",
"icons": {
"16": "data\/icon-16.png",
"32": "data\/icon-32.png",
"64": "data\/icon-64.png",
"128": "data\/icon-128.png"
},
"browser_action": {
"default_title": "Display your IP address",
"default_popup": "data\/index.html",
"default_icon": {
"16": "data\/icon-16.png",
"32": "data\/icon-32.png",
"64": "data\/icon-64.png",
"128": "data\/icon-128.png"
}
},
"permissions": [
"https:\/\/twin.sh\/api\/v1\/ip",
"http:\/\/ip-api.com\/line?fields=query",
"webRequest",
"clipboardWrite"
]
} | |