Public IP Change Notification
Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.
O que é Public IP Change Notification?
Public IP Change Notification é uma extensão do Chrome desenvolvida por matthias.wagner, e sua principal característica é "Set an IP and get notified if your public IP differs. Useful to stay informed about network changes.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Public IP Change Notification
Baixe arquivos de extensão Public IP Change Notification no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | |
ID | llokkeafopinohcnkjfpipafojbjfeid |
URL Oficial | https://chromewebstore.google.com/detail/public-ip-change-notifica/llokkeafopinohcnkjfpipafojbjfeid |
Descrição | Set an IP and get notified if your public IP differs. Useful to stay informed about network changes. |
Tamanho do Arquivo | 144 KB |
Contagem de Instalações | 755 |
Versão Atual | 0.1.1 |
Última Atualização | 2021-08-03 |
Data de Publicação | 2018-03-18 |
Classificação | 3.31/5 Total de 13 Avaliações |
Desenvolvedor | matthias.wagner |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |