How long?

Shows when you can leave!

What is How long??

How long? is a Chrome extension developed by philippe.cade, and its main feature is "Shows when you can leave!".

Extension Screenshots

screenshot

Download How long? Extension CRX File

Download How long? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name How long? How long?
ID acabhgoaabcmalblcphdpbdcilpmafbd
Official URL https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd
Description Shows when you can leave!
File Size 42.21 KB
Installation Count 178
Current Version 0.4
Last Updated 2022-02-10
Publish Date 2019-05-08
Rating 4.75/5 Total 4 Ratings
Developer philippe.cade
Email [email protected]
Payment Type free
Extension Website https://github.com/philippecade/howlong
Help Page URL https://github.com/philippecade/howlong/issues
Supported Languages 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
}