Website Status

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

Was ist Website Status?

Website Status ist eine Chrome-Erweiterung, die von Ale Mohamad entwickelt wurde, und ihr Hauptmerkmal ist "A simple way to monitor websites. Extension created by Ale Mohamad.".

Erweiterungsscreenshots

screenshot
screenshot

Website Status-Erweiterungs-CRX-Datei herunterladen

Laden Sie Website Status-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Website Status Website Status
ID heocgfngkgbdnbaobnmldjgbmmagfdpo
Offizielle URL https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo
Beschreibung A simple way to monitor websites. Extension created by Ale Mohamad.
Dateigröße 219 KB
Installationsanzahl 270
Aktuelle Version 1.0
Letztes Update 2013-11-10
Veröffentlichungsdatum 2013-11-10
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Ale Mohamad
Zahlungsart free
Unterstützte Sprachen 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"
}