Website Status

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

Τι είναι το Website Status;

Το Website Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ale Mohamad, και η κύρια λειτουργία του είναι "A simple way to monitor websites. Extension created by Ale Mohamad.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Website Status

Λήψη αρχείων επέκτασης Website Status σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Website Status Website Status
ID heocgfngkgbdnbaobnmldjgbmmagfdpo
Επίσημο URL https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo
Περιγραφή A simple way to monitor websites. Extension created by Ale Mohamad.
Μέγεθος Αρχείου 219 KB
Αριθμός Εγκαταστάσεων 270
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2013-11-10
Ημερομηνία Δημοσίευσης 2013-11-10
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Ale Mohamad
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}