ISP Network CAP Monitor
ISP Network CAP Monitor
O que é ISP Network CAP Monitor?
ISP Network CAP Monitor é uma extensão do Chrome desenvolvida por Peter Kellner, e sua principal característica é "ISP Network CAP Monitor".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ISP Network CAP Monitor
Baixe arquivos de extensão ISP Network CAP Monitor 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 is used to keep track of how much bandwidth you have used against a typical router on a monthly basis. The current version only works with the NetGear ORBI router though if you would like another router supported, please contact me at the email associated with this extension. It uses a URL to get this data and stores configuration information for tracking bandwidth left. It refreshes based on the number of minutes you set.
Informações Básicas da Extensão
Nome | ISP Network CAP Monitor |
ID | egjjjbjllkgohhijnjbgndodcmbobkhi |
URL Oficial | https://chromewebstore.google.com/detail/isp-network-cap-monitor/egjjjbjllkgohhijnjbgndodcmbobkhi |
Descrição | ISP Network CAP Monitor |
Tamanho do Arquivo | 136 KB |
Contagem de Instalações | 127 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2019-08-25 |
Data de Publicação | 2019-08-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Peter Kellner |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ISP Network CAP Monitor", "description": "ISP Network CAP Monitor", "version": "0.0.0.2", "author": "Peter Kellner", "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html", "default_title": "ISP Bandwidth Monitor" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "lib\/jquery.min.js", "background.js" ] }, "permissions": [ " |