Whats My Info

Shows your IP address and other useful info.

Whats My Info란 무엇입니까?

Whats My Info은(는) https://www.esolutions.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows your IP address and other useful info."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This is a simple extension that shows you the IP address that you have today, and other valuable information such as installed plug-ins, screen resolution, etc.                    

확장 프로그램 기본 정보

이름 Whats My Info Whats My Info
ID oapbcignlcnknkkhpdnlcdkpeffiagce
공식 URL https://chromewebstore.google.com/detail/whats-my-info/oapbcignlcnknkkhpdnlcdkpeffiagce
설명 Shows your IP address and other useful info.
파일 크기 83.2 KB
설치 횟수 188
현재 버전 1.1.7
최근 업데이트 2023-02-16
출시 날짜 2014-11-03
평점 4.90/5 총 10 개의 평점
개발자 https://www.esolutions.se
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.esolutions.se
개인정보 보호 정책 페이지 URL https://www.esolutions.se/PrivacyPolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whats My Info",
    "description": "Shows your IP address and other useful info.",
    "version": "1.1.7",
    "browser_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Whats My Info"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/48.png"
    ]
}