How long?
Shows when you can leave!
Hvad er How long??
How long? er en Chrome-udvidelse udviklet af philippe.cade, og dens hovedfunktion er "Shows when you can leave!".
Udvidelsesskærmbilleder
Download How long?-udvidelses-CRX-fil
Download How long?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | acabhgoaabcmalblcphdpbdcilpmafbd |
| Officiel URL | https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd |
| Beskrivelse | Shows when you can leave! |
| Filstørrelse | 42.21 KB |
| Antal Installationer | 178 |
| Nuværende Version | 0.4 |
| Senest Opdateret | 2022-02-10 |
| Udgivelsesdato | 2019-05-08 |
| Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
| Udvikler | philippe.cade |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/philippecade/howlong |
| Hjælpeside-URL | https://github.com/philippecade/howlong/issues |
| Understøttede Sprog | 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
} | |