Timeboxx

Set small achievable timeboxes with timeboxx to boost your productivity through the day.

Cos'è Timeboxx?

Timeboxx è un'estensione di Chrome sviluppata da William Clear, e la sua funzione principale è "Set small achievable timeboxes with timeboxx to boost your productivity through the day.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Timeboxx

Scarica i file di estensione Timeboxx 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

                        Increase productivity by timeboxing your time over the day. Create a timeboxx using the timeboxx extension button and giving it a duration. A notification will pop up when the timeboxx is completed. The big timer will take up as much of the screen as possible so you can keep track of your time from across a room!

For example, timeboxx is helpful in situations when you would like to:
- focus on learning a language for an hour
- focus on a half hour workout
- give yourself 20 minutes to enjoy some funny videos                    

Informazioni di Base sull'Estensione

Nome Timeboxx Timeboxx
ID mmjmallnpgpeojdippodjpcmnlpilfnj
URL Ufficiale https://chromewebstore.google.com/detail/timeboxx/mmjmallnpgpeojdippodjpcmnlpilfnj
Descrizione Set small achievable timeboxes with timeboxx to boost your productivity through the day.
Dimensione del File 50.71 KB
Conteggio Installazioni 60
Versione Corrente 1.3.2
Ultimo Aggiornamento 2014-01-25
Data di Pubblicazione 2014-01-25
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore William Clear
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timeboxx",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Set small achievable timeboxes with timeboxx to boost your productivity through the day.",
    "version": "1.3.2",
    "author": "wclear",
    "minimum_chrome_version": "28",
    "permissions": [
        "http:\/\/fonts.googleapis.com\/",
        "storage",
        "alarms",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-1.10.2.min.js",
            "timeboxxcore.js",
            "eventPage.js"
        ],
        "persistent": false
    }
}