How long?

Shows when you can leave!

Qu'est-ce que How long? ?

How long? est une extension Chrome développée par philippe.cade, et sa fonction principale est "Shows when you can leave!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension How long?

Téléchargez les fichiers d'extension How long? 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

                        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                    

Informations de Base sur l'Extension

Nom How long? How long?
ID acabhgoaabcmalblcphdpbdcilpmafbd
URL Officiel https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd
Description Shows when you can leave!
Taille du Fichier 42.21 KB
Nombre d'Installations 178
Version Actuelle 0.4
Dernière Mise à Jour 2022-02-10
Date de Publication 2019-05-08
Évaluation 4.75/5 Total 4 Évaluations
Développeur philippe.cade
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/philippecade/howlong
URL de la Page d'Aide https://github.com/philippecade/howlong/issues
Langues Prises en Charge 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
}