Smart Tomato!
A time management tool that helps you balance your work and break time.
Was ist Smart Tomato!?
Smart Tomato! ist eine Chrome-Erweiterung, die von Tiger Gao entwickelt wurde, und ihr Hauptmerkmal ist "A time management tool that helps you balance your work and break time.".
Erweiterungsscreenshots
Smart Tomato!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Tomato!-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
Smart Tomato is a productivity app that manages your time. Here's how it works:
• Set a 25-minute timer, and start working
• Reward yourself after a work session by taking a short break
Features:
• Badge on the icon showing remaining time
• Clean user interface
Pomodoro® and The Pomodoro Technique® are trademarks of Francesco Cirillo. Smart Tomato is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nifehghifgpkhammhggdigiknkfoegdn |
| Offizielle URL | https://chromewebstore.google.com/detail/smart-tomato/nifehghifgpkhammhggdigiknkfoegdn |
| Beschreibung | A time management tool that helps you balance your work and break time. |
| Dateigröße | 39.18 KB |
| Installationsanzahl | 36 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2021-01-12 |
| Veröffentlichungsdatum | 2021-01-11 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Tiger Gao |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Smart Tomato!",
"description": "A time management tool that helps you balance your work and break time.",
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/tomato-16.png",
"32": "images\/tomato-32.png",
"48": "images\/tomato-48.png",
"128": "images\/tomato-128.png"
}
},
"icons": {
"16": "images\/tomato-16.png",
"32": "images\/tomato-32.png",
"48": "images\/tomato-48.png",
"128": "images\/tomato-128.png"
},
"permissions": [
"alarms",
"notifications",
"storage"
],
"version": "0.1"
} | |