How long?
Shows when you can leave!
Cos'è How long??
How long? è un'estensione di Chrome sviluppata da philippe.cade, e la sua funzione principale è "Shows when you can leave!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione How long?
Scarica i file di estensione How long? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | How long? |
ID | acabhgoaabcmalblcphdpbdcilpmafbd |
URL Ufficiale | https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd |
Descrizione | Shows when you can leave! |
Dimensione del File | 42.21 KB |
Conteggio Installazioni | 178 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2022-02-10 |
Data di Pubblicazione | 2019-05-08 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | philippe.cade |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/philippecade/howlong |
URL della Pagina di Aiuto | https://github.com/philippecade/howlong/issues |
Lingue Supportate | 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 } |