My IP

View your IP address and network information

My IP란 무엇입니까?

My IP은(는) Alexander Kuzmenok에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View your IP address and network information"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

My IP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The purpose of this plugin is very simple - to quickly get your IP address.

Simply one-button click can get your IP and country (using the online lookup service)

Version 1.4.1:
- Fix caching issue

Version 1.4.0:
- Upgrade to manifest v3

Version 1.3.1:
- Bugfix for list of last IP checks

Version 1.3:
- Switch to own IP to location solution

Version 1.2.4:
- Bugfix for first number being cut

Version 1.2.3:
- Changed URL for ip detection to https

Version 1.2.2.1:
- Finally migrated to manifest version 2
- Minor CSS adjustments

Version 1.2.2:
- Fixed not working issues again

Version 1.2.1:
- Fixed not working issue

Version 1.2:
- Popup appears before loading finished
- Added reload button
- Last 5 IP addresses saved
- Fixed not working links
- IP address now auto-selects on single click                    

확장 프로그램 기본 정보

이름 My IP My IP
ID ngoobajnfjihppliahmnfpninhgokkcb
공식 URL https://chromewebstore.google.com/detail/my-ip/ngoobajnfjihppliahmnfpninhgokkcb
설명 View your IP address and network information
파일 크기 26.81 KB
설치 횟수 3,961
현재 버전 1.4.1
최근 업데이트 2023-11-29
출시 날짜 2018-09-03
평점 4.41/5 총 41 개의 평점
개발자 Alexander Kuzmenok
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.linkedin.com/in/alexanderkuzmenok
지원되는 언어 en
manifest.json
{
    "action": {
        "default_icon": "icon1.png",
        "default_name": "MyIP",
        "default_popup": "popup.html",
        "default_title": "Get My IP"
    },
    "description": "View your IP address and network information",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRq2aLhfNjW2Fu+bCUzODQ8qg6NA32nSO\/XNJvsTVLOKxozu\/PUtyVALN3ipOlUr0KI9Fr7BE+6G6l1QD0Y1BjM9YSd7x2FRqxCikqQb\/bzqDfX6ljo\/PpurGyHWqVU2EkvNCL3cVKEbZ+MO8dHbn+1P1WPQ6n8Ii5OFAsw7ZP5wIDAQAB",
    "manifest_version": 3,
    "name": "My IP",
    "host_permissions": [
        "https:\/\/www.codewithnodejs.com\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1"
}