Tomato Pie
A new UI for Pomodoro Technique. Peek into your working status with ease
Wat is Tomato Pie?
Tomato Pie is een Chrome-extensie ontwikkeld door http://t9t.io, en de belangrijkste functie is "A new UI for Pomodoro Technique. Peek into your working status with ease".
Extensie Screenshots
Download het CRX-bestand van de extensie Tomato Pie
Download Tomato Pie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features - start new tomato from TODO - red part: 25 minutes for one tomato - green part: 5 minutes for rest - show tomatoes of last 12 hours on clock - view tomato history on calendar - override default page for new tab - indicate time on the extension icon - get notifications when a tomato is finished Source code and more introductions: - https://github.com/t9tio/tomato-pie
Basisinformatie over de Extensie
Naam | |
ID | gffgechdocgfajkbpinmjjjlkjfjampi |
Officiële URL | https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi |
Beschrijving | A new UI for Pomodoro Technique. Peek into your working status with ease |
Bestandsgrootte | 68.03 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.8 |
Laatst Bijgewerkt | 2019-10-22 |
Publicatiedatum | 2019-10-22 |
Beoordeling | 4.27/5 Totaal 11 Beoordelingen |
Ontwikkelaar | http://t9t.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/t9tio/tomato-pie |
Help Pagina-URL | https://github.com/t9tio/tomato-pie/issues |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "timqian", "homepage_url": "https:\/\/github.com\/t9tio\/tomato-pie", "name": "Tomato Pie", "description": "A new UI for Pomodoro Technique. Peek into your working status with ease", "version": "2.8", "icons": { "128": "assets\/tomato.png" }, "browser_action": { "default_icon": "assets\/tomato.png" }, "permissions": [ "tabs", "storage", "notifications", "background" ], "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |