Stopwatch, Timer and Alarm
For your browser, a simple to use and lightweight timer, alarm, and stopwatch.
Qu'est-ce que Stopwatch, Timer and Alarm ?
Stopwatch, Timer and Alarm est une extension Chrome développée par landonnaselina, et sa fonction principale est "For your browser, a simple to use and lightweight timer, alarm, and stopwatch.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stopwatch, Timer and Alarm
Téléchargez les fichiers d'extension Stopwatch, Timer and Alarm au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Stopwatch, Timer and Alarm |
ID | ofneahchfiejimkagejlhkgfhkgjombf |
URL Officiel | https://chromewebstore.google.com/detail/stopwatch-timer-and-alarm/ofneahchfiejimkagejlhkgfhkgjombf |
Description | For your browser, a simple to use and lightweight timer, alarm, and stopwatch. |
Taille du Fichier | 8.48 MB |
Nombre d'Installations | 1,621 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2022-05-26 |
Date de Publication | 2022-05-26 |
Évaluation | 4.63/5 Total 43 Évaluations |
Développeur | landonnaselina |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://worldaddons.com/stopwatch-timer-and-alarm/ |
URL de la Page d'Aide | https://worldaddons.com/contact/ |
URL de la Page de Politique de Confidentialité | https://worldaddons.com/privacy-policy |
Langues Prises en Charge | 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" } } |