Stopwatch, Timer and Alarm
For your browser, a simple to use and lightweight timer, alarm, and stopwatch.
Τι είναι το Stopwatch, Timer and Alarm;
Το Stopwatch, Timer and Alarm είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον landonnaselina, και η κύρια λειτουργία του είναι "For your browser, a simple to use and lightweight timer, alarm, and stopwatch.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stopwatch, Timer and Alarm
Λήψη αρχείων επέκτασης Stopwatch, Timer and Alarm σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
An "Stopwatch, Timer and Alarm" add-on allows you to quickly create a timer, alarm, or change the stopwatch in your browser. This add-on may be used in three different ways: as a toolbar button, in a new tab, or alone. Simply right-click on the toolbar button to pick your context. There are three tabs on the left side of the interface; please check each one to get more information. A button appears at the top of the interface to create a new timer or alarm. Select this button to modify timer settings or alarms. The start, reset, and lap buttons may be found on the stopwatch tab.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Stopwatch, Timer and Alarm |
ID | ofneahchfiejimkagejlhkgfhkgjombf |
Επίσημο URL | https://chromewebstore.google.com/detail/stopwatch-timer-and-alarm/ofneahchfiejimkagejlhkgfhkgjombf |
Περιγραφή | For your browser, a simple to use and lightweight timer, alarm, and stopwatch. |
Μέγεθος Αρχείου | 8.48 MB |
Αριθμός Εγκαταστάσεων | 1,621 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2022-05-26 |
Ημερομηνία Δημοσίευσης | 2022-05-26 |
Αξιολόγηση | 4.63/5 Συνολικά 43 Αξιολογήσεις |
Προγραμματιστής | landonnaselina |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://worldaddons.com/stopwatch-timer-and-alarm/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://worldaddons.com/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://worldaddons.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Stopwatch, Timer and Alarm", "permissions": [ "storage", "alarms", "contextMenus" ], "homepage_url": "https:\/\/worldaddons.com\/stopwatch-timer-and-alarm\/", "description": "For your browser, a simple to use and lightweight timer, alarm, and stopwatch.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Stopwatch, Timer and Alarm", "default_popup": "source\/popup\/popup.html", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |