Working time counter
Simple working time counter
Qu'est-ce que Working time counter ?
Working time counter est une extension Chrome développée par https://aksionau.com, et sa fonction principale est "Simple working time counter".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Working time counter
Téléchargez les fichiers d'extension Working time counter 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
Automatically starts together with the browser. You can set workday duration in the settings. If you want to edit time just press the pause button, input time which you need and press the start button. When time is over the counter icon will be highlighted in red. What's new: 2.3.0 - Added ability to see previous weeks at week chart - Updated badge colors 2.2.3 - Bug fixes 2.2.2 - Bug fixes 2.2.1 - Updated logo - Heatmap bugfixes 2.2.0 - - Added month heatmap 2.1.0 - - Migrate to Svelte - Bug fixes 2.0.0 - • New design of statistics page • Updated logic of control buttons in the popup • Updated login of reset button • Added donation button • Bug fixes 1.2.1 - • Bug fixes 1.2.0 - • Redesigned statistics chart • Ability to show overtimes on the chart • Fixes and performance improvements 1.1.0 - • Dark theme is here! It will be enabled automatically if you have the latest browser version and enabled dark theme in your OS 1.0.1 - • Ability to see the time for the current day in settings • Fix reset button behavior 1.0.0 - • New settings page • Statistic for current week • Redesign
Informations de Base sur l'Extension
Nom | Working time counter |
ID | lakpjellnlajgbedjhejhdbkmphhfolo |
URL Officiel | https://chromewebstore.google.com/detail/working-time-counter/lakpjellnlajgbedjhejhdbkmphhfolo |
Description | Simple working time counter |
Taille du Fichier | 600 KB |
Nombre d'Installations | 1,029 |
Version Actuelle | 2.3.0 |
Dernière Mise à Jour | 2022-08-16 |
Date de Publication | 2019-10-06 |
Évaluation | 4.33/5 Total 9 Évaluations |
Développeur | https://aksionau.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.aksionau.com/projects/counter |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Working time counter", "description": "Simple working time counter", "version": "2.3.0", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Timer" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true } } |