Calm Tab
Achieve Mindful Productivity
Cos'è Calm Tab?
Calm Tab è un'estensione di Chrome sviluppata da pereayats, e la sua funzione principale è "Achieve Mindful Productivity".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Calm Tab
Scarica i file di estensione Calm Tab 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
Achieve mindful productivity by turning your browser's new tab page into a beautiful time tracker.
Track your most important tasks right within your new tab page and watch how your productivity skyrockets!
- Time Tracker
- Zen Breathing Box
- Dark mode & light mode
- Use it on unlimited devices for free!
Future Features:
- Website Blocker (Soon)
- Bookmarks Manager (Soon)
- Minimal Habit Tracker (Soon)
- Simple Usage Analytics (Soon) Informazioni di Base sull'Estensione
| Nome | |
| ID | ikkpalcjefegfbekcokjkdgmnbafmjfi |
| URL Ufficiale | https://chromewebstore.google.com/detail/calm-tab/ikkpalcjefegfbekcokjkdgmnbafmjfi |
| Descrizione | Achieve Mindful Productivity |
| Dimensione del File | 10.62 MB |
| Conteggio Installazioni | 82 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2023-07-18 |
| Data di Pubblicazione | 2023-06-14 |
| Sviluppatore | pereayats |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://calm.framer.website/ |
| URL della Pagina di Aiuto | https://calm.framer.website/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Calm Tab",
"description": "Achieve Mindful Productivity",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"storage"
]
} | |