How long?
Shows when you can leave!
Wat is How long??
How long? is een Chrome-extensie ontwikkeld door philippe.cade, en de belangrijkste functie is "Shows when you can leave!".
Extensie Screenshots
Download het CRX-bestand van de extensie How long?
Download How long?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shows how long you need to work to reach 8:12 hours. In ATOSS, open the "Time recording manually" window and press the clock icon. Changes version 0.4: - addresses some issues when using time correction features version 0.3: - corrections after the latest ATOSS update version 0.2: - time including minutes < 10 are now correctly displayed - in the morning, adds the 30 minutes mandatory break to the time and shows it
Basisinformatie over de Extensie
Naam | How long? |
ID | acabhgoaabcmalblcphdpbdcilpmafbd |
Officiële URL | https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd |
Beschrijving | Shows when you can leave! |
Bestandsgrootte | 42.21 KB |
Aantal Installaties | 178 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2022-02-10 |
Publicatiedatum | 2019-05-08 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | philippe.cade |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/philippecade/howlong |
Help Pagina-URL | https://github.com/philippecade/howlong/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "How long?", "version": "0.4", "description": "Shows when you can leave!", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "How long?", "default_icon": { "16": "howlong16.png", "32": "howlong32.png", "128": "howlong128.png" } }, "manifest_version": 2 } |