Public IP Change Notification

Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.

Public IP Change Notification란 무엇입니까?

Public IP Change Notification은(는) matthias.wagner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set an IP and get notified if your public IP differs. Useful to stay informed about network changes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Public IP Change Notification 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension helps you to get informed about changes to your public IP address. You set an address to check for, and the icon will be green if it matches. The icon will change its color if your public IP is different from the one you set in the options and you will hear a short notification sound (muteable).                    

확장 프로그램 기본 정보

이름 Public IP Change Notification Public IP Change Notification
ID llokkeafopinohcnkjfpipafojbjfeid
공식 URL https://chromewebstore.google.com/detail/public-ip-change-notifica/llokkeafopinohcnkjfpipafojbjfeid
설명 Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.
파일 크기 144 KB
설치 횟수 755
현재 버전 0.1.1
최근 업데이트 2021-08-03
출시 날짜 2018-03-18
평점 3.31/5 총 13 개의 평점
개발자 matthias.wagner
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Public IP Change Notification",
    "version": "0.1.1",
    "author": "[email protected]",
    "description": "Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.",
    "icons": {
        "16": "assets\/16w\/orange.png",
        "48": "assets\/48w\/orange.png",
        "128": "assets\/128w\/orange.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/16w\/orange.png",
            "48": "assets\/48w\/orange.png",
            "128": "assets\/128w\/orange.png"
        },
        "default_title": "Click to see current status, set your default IP and mute alarm",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistend": "false"
    },
    "offline_enabled": false,
    "permissions": [
        "storage",
        "alarms"
    ]
}