Talking tomato
Talking tomato
Wat is Talking tomato?
Talking tomato is een Chrome-extensie ontwikkeld door Michael, en de belangrijkste functie is "Talking tomato".
Extensie Screenshots
Download het CRX-bestand van de extensie Talking tomato
Download Talking tomato-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
It reminds you the remaining time by speaking to you, so that you don't have to check it all the time. "Game begins!" "20 minutes left" "15 minutes left" "10 minutes left" "5 minutes left" "1 minutes left" "30 seconds" "10 seconds" "5 seconds" "Game over!" You get the idea. PS. This is an open source extension. Bug reports or PRs are welcome. Please visit https://github.com/zjlovezj/pomodoro-sound
Basisinformatie over de Extensie
Naam | Talking tomato |
ID | jnncibpplkdogfncechmdakddjbekolf |
Officiële URL | https://chromewebstore.google.com/detail/talking-tomato/jnncibpplkdogfncechmdakddjbekolf |
Beschrijving | Talking tomato |
Bestandsgrootte | 180 KB |
Aantal Installaties | 110 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2017-01-26 |
Publicatiedatum | 2017-01-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Michael |
Betalingswijze | free |
Help Pagina-URL | https://github.com/zjlovezj/pomodoro-sound/issues |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.9", "name": "Talking tomato", "manifest_version": 2, "description": "Talking tomato", "browser_action": { "default_title": "Tomato", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |