Watcher

Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.

Τι είναι το Watcher;

Το Watcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://salmanawan.com, και η κύρια λειτουργία του είναι "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.".

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

screenshot

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

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

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

                        Watcher liberates developers from hitting Refresh (F5) again and again during development. Upon detecting a change in user selected source files, included on current page, this DevTools extension will automatically refresh inspected page to reload watched resources.

In modern rapid web application development environments e.g. Node.js, this extension compliments utilities like nodemon and supervisor to fully automate the development process, as developers can see their changes in real-time.                    

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

Όνομα Watcher Watcher
ID nicjbpnnhodkjlkdihialcpdjplnbddf
Επίσημο URL https://chromewebstore.google.com/detail/watcher/nicjbpnnhodkjlkdihialcpdjplnbddf
Περιγραφή Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.
Μέγεθος Αρχείου 340 KB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2014-02-19
Ημερομηνία Δημοσίευσης 2014-02-19
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://salmanawan.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://salmanawan.com
Διεύθυνση URL της Σελίδας Βοήθειας http://salmanawan.com/watcher/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watcher",
    "short_name": "Watcher for Developers",
    "description": "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "libs\/lodash.js",
            "utility.js",
            "background.js"
        ]
    },
    "devtools_page": "devtools.html"
}