Preferred Public IP Watcher
Preferred Public IP Watcher
O que é Preferred Public IP Watcher?
Preferred Public IP Watcher é uma extensão do Chrome desenvolvida por proficient, e sua principal característica é "Preferred Public IP Watcher".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Preferred Public IP Watcher
Baixe arquivos de extensão Preferred Public IP Watcher 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
Keep track of your public IP address. Display a quick temporary alert whenever your IP changes. Set your preferred address to get a green icon when in use. More features to come!
Informações Básicas da Extensão
Nome | |
ID | gadpflneambphbmkogagdjpodaeommdi |
URL Oficial | https://chrome.google.com/webstore/detail/preferred-public-ip-watch/gadpflneambphbmkogagdjpodaeommdi |
Descrição | Preferred Public IP Watcher |
Tamanho do Arquivo | 33 KB |
Contagem de Instalações | 30 |
Versão Atual | 1.0 |
Última Atualização | 2013-11-04 |
Data de Publicação | 2013-11-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | proficient |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Preferred Public IP Watcher", "version": "1.0", "description": "Preferred Public IP Watcher", "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "background" ], "options_page": "options.html", "manifest_version": 2 } |