Clean Timer
Helps you organize and optimize the tasks that matter for you
Qu'est-ce que Clean Timer ?
Clean Timer est une extension Chrome développée par Hideki OTSUKA, et sa fonction principale est "Helps you organize and optimize the tasks that matter for you".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clean Timer
Téléchargez les fichiers d'extension Clean Timer 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
Organise yourself and manage your time easily by setting timers. Clean Timer offers a simple, very easy to use interface with a large nice display. Main features : - Set up multiple precise timers - Choose for each timer, the alarm you want - Pause & resume your timers at any time - Use a stopwatch and time yourself easily Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.
Informations de Base sur l'Extension
Nom | Clean Timer |
ID | jobneimllpaijdidliomlnekgjkjhpfn |
URL Officiel | https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn |
Description | Helps you organize and optimize the tasks that matter for you |
Taille du Fichier | 1.62 MB |
Nombre d'Installations | 658 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2020-04-10 |
Date de Publication | 2020-04-10 |
Évaluation | 4.14/5 Total 7 Évaluations |
Développeur | Hideki OTSUKA |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Timer", "version": "1.2.1", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Helps you organize and optimize the tasks that matter for you", "permissions": [ "storage", "alarms" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Clean Timer", "default_popup": "popup.html", "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "manifest_version": 2 } |