Smart Tomato!
A time management tool that helps you balance your work and break time.
Cos'è Smart Tomato!?
Smart Tomato! è un'estensione di Chrome sviluppata da Tiger Gao, e la sua funzione principale è "A time management tool that helps you balance your work and break time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Tomato!
Scarica i file di estensione Smart Tomato! 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | nifehghifgpkhammhggdigiknkfoegdn |
| URL Ufficiale | https://chromewebstore.google.com/detail/smart-tomato/nifehghifgpkhammhggdigiknkfoegdn |
| Descrizione | A time management tool that helps you balance your work and break time. |
| Dimensione del File | 39.18 KB |
| Conteggio Installazioni | 36 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2021-01-12 |
| Data di Pubblicazione | 2021-01-11 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Tiger Gao |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |