Stopwatch and Counter
It combines the functions of a stopwatch and a counter. You can measure work time and stability.
Τι είναι το Stopwatch and Counter;
Το Stopwatch and Counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kaktuswald, και η κύρια λειτουργία του είναι "It combines the functions of a stopwatch and a counter. You can measure work time and stability.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stopwatch and Counter
Λήψη αρχείων επέκτασης Stopwatch and Counter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It is a stopwatch. And the counter. It is suitable for measuring lap time of repetitive work and success rate of work with failure. You can visually understand the measurement results by displaying the graph of the time required and the number of times. * Press “Start” to start the measurement. * Press "Success"/"Failure" to count the number and reset the timer to continue the measurement. * To stop the measurement, press "Stop". * Calculates and displays the average measurement time for each of "success" and "failure". * The results of the number of measurements and the measurement time are displayed in a bar graph with 15-second intervals.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Stopwatch and Counter |
ID | iidccgfffeecdihjbmgoedphgmeeolka |
Επίσημο URL | https://chromewebstore.google.com/detail/stopwatch-and-counter/iidccgfffeecdihjbmgoedphgmeeolka |
Περιγραφή | It combines the functions of a stopwatch and a counter. You can measure work time and stability. |
Μέγεθος Αρχείου | 94.68 KB |
Αριθμός Εγκαταστάσεων | 574 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2021-09-23 |
Ημερομηνία Δημοσίευσης | 2020-07-01 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | kaktuswald |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.0", "manifest_version": 2, "minimum_chrome_version": "83.0.4103.97", "description": "__MSG_description__", "icons": { "128": "128.png" }, "browser_action": { "default_title": "__MSG_name__", "default_popup": "popup.html", "default_icon": { "16": "16.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en" } |