Website Status

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

Co je Website Status?

Website Status je rozšíření Chrome vyvinuté Ale Mohamad, a jeho hlavní funkcí je „A simple way to monitor websites. Extension created by Ale Mohamad.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Website Status

Stáhněte si soubory rozšíření Website Status ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Website Status Website Status
ID heocgfngkgbdnbaobnmldjgbmmagfdpo
Oficiální URL https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo
Popis A simple way to monitor websites. Extension created by Ale Mohamad.
Velikost souboru 219 KB
Počet instalací 270
Aktuální Verze 1.0
Poslední Aktualizace 2013-11-10
Datum Vydání 2013-11-10
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Ale Mohamad
Typ Platby free
Podporované Jazyky 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"
}