Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
O que é Website Status?
Website Status é uma extensão do Chrome desenvolvida por Ale Mohamad, e sua principal característica é "A simple way to monitor websites. Extension created by Ale Mohamad.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Website Status
Baixe arquivos de extensão Website Status 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
A simpler way to monitor websites. You can check the status of each of the websites that you are following. This is a simple tool to use, so you can keep up with these websites with which you are working (or checking if other websites are working).
Informações Básicas da Extensão
Nome | Website Status |
ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
URL Oficial | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
Descrição | A simple way to monitor websites. Extension created by Ale Mohamad. |
Tamanho do Arquivo | 219 KB |
Contagem de Instalações | 270 |
Versão Atual | 1.0 |
Última Atualização | 2013-11-10 |
Data de Publicação | 2013-11-10 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Ale Mohamad |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Status", "version": "1.0", "manifest_version": 2, "description": "A simple way to monitor websites. Extension created by Ale Mohamad.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Website Status", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "permissions": [ "*:\/\/*\/*", "storage", "notifications" ], "options_page": "html\/options.html" } |