Timeboxx
Set small achievable timeboxes with timeboxx to boost your productivity through the day.
Was ist Timeboxx?
Timeboxx ist eine Chrome-Erweiterung, die von William Clear entwickelt wurde, und ihr Hauptmerkmal ist "Set small achievable timeboxes with timeboxx to boost your productivity through the day.".
Erweiterungsscreenshots
Timeboxx-Erweiterungs-CRX-Datei herunterladen
Laden Sie Timeboxx-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Timeboxx |
ID | mmjmallnpgpeojdippodjpcmnlpilfnj |
Offizielle URL | https://chromewebstore.google.com/detail/timeboxx/mmjmallnpgpeojdippodjpcmnlpilfnj |
Beschreibung | Set small achievable timeboxes with timeboxx to boost your productivity through the day. |
Dateigröße | 50.71 KB |
Installationsanzahl | 60 |
Aktuelle Version | 1.3.2 |
Letztes Update | 2014-01-25 |
Veröffentlichungsdatum | 2014-01-25 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | William Clear |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |