Website Status

A simple way to monitor websites. Extension created by Ale Mohamad.

¿Qué es Website Status?

Website Status es una extensión de Chrome desarrollada por Ale Mohamad, y su función principal es "A simple way to monitor websites. Extension created by Ale Mohamad.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Website Status

Descarga archivos de extensión Website Status en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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).                    

Información Básica de la Extensión

Nombre Website Status Website Status
ID heocgfngkgbdnbaobnmldjgbmmagfdpo
URL Oficial https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo
Descripción A simple way to monitor websites. Extension created by Ale Mohamad.
Tamaño del Archivo 219 KB
Cantidad de Instalaciones 270
Versión Actual 1.0
Última Actualización 2013-11-10
Fecha de Publicación 2013-11-10
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador Ale Mohamad
Tipo de Pago free
Idiomas Soportados 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"
}