Tomighty
Web timer for pomodoro technique users
Wat is Tomighty?
Tomighty is een Chrome-extensie ontwikkeld door Murilo Kunze, en de belangrijkste functie is "Web timer for pomodoro technique users".
Extensie Screenshots
Download het CRX-bestand van de extensie Tomighty
Download Tomighty-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
The Pomodoro Technique® is a way to get the most out of time management. This extension is based on Tomighty desktop timer created by Célio Cidral Junior. http://www.tomighty.org/
Basisinformatie over de Extensie
Naam | Tomighty |
ID | peehjcejinjjiphdhbhibpphdhkifddk |
Officiële URL | https://chromewebstore.google.com/detail/tomighty/peehjcejinjjiphdhbhibpphdhkifddk |
Beschrijving | Web timer for pomodoro technique users |
Bestandsgrootte | 133 KB |
Aantal Installaties | 2,702 |
Huidige Versie | 2.0.5 |
Laatst Bijgewerkt | 2017-11-12 |
Publicatiedatum | 2017-11-12 |
Beoordeling | 3.88/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Murilo Kunze |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tomighty", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Web timer for pomodoro technique users", "version": "2.0.5", "options_page": "options.html", "icons": { "128": "images\/tomato-128.png", "48": "images\/tomato-48.png", "16": "images\/tomato-16.png" }, "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "images\/tomato-24.png", "default_popup": "popup.html" }, "permissions": [ "background", "alarms" ], "nacl_modules": [ { "path": "sounds\/deskbell.wav", "mime_type": "audio\/wav" }, { "path": "sounds\/crank.wav", "mime_type": "audio\/wav" } ] } |