Stopwatch

This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.

Τι είναι το Stopwatch;

Το Stopwatch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον codeware development, και η κύρια λειτουργία του είναι "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".

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

screenshot

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

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

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

                        This stopwatch gives you the ability to count your time without leaving your active tab or window.

It has build in persistence wich will still count even if you have to restart the browser or even your computer.                    

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

Όνομα Stopwatch Stopwatch
ID gajcbmkmmcacnlpaffppednahicmomfn
Επίσημο URL https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn
Περιγραφή This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Μέγεθος Αρχείου 72.87 KB
Αριθμός Εγκαταστάσεων 1,213
Τρέχουσα Έκδοση 1.0.0.1
Τελευταία Ενημέρωση 2018-02-10
Ημερομηνία Δημοσίευσης 2018-02-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής codeware development
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stopwatch",
    "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.",
    "version": "1.0.0.1",
    "browser_action": {
        "default_icon": "watch.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}