Website Status

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

Cos'è Website Status?

Website Status è un'estensione di Chrome sviluppata da Ale Mohamad, e la sua funzione principale è "A simple way to monitor websites. Extension created by Ale Mohamad.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Website Status

Scarica i file di estensione Website Status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Website Status Website Status
ID heocgfngkgbdnbaobnmldjgbmmagfdpo
URL Ufficiale https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo
Descrizione A simple way to monitor websites. Extension created by Ale Mohamad.
Dimensione del File 219 KB
Conteggio Installazioni 270
Versione Corrente 1.0
Ultimo Aggiornamento 2013-11-10
Data di Pubblicazione 2013-11-10
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Ale Mohamad
Tipo di Pagamento free
Lingue Supportate 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"
}