Talking tomato
Talking tomato
Qu'est-ce que Talking tomato ?
Talking tomato est une extension Chrome développée par Michael, et sa fonction principale est "Talking tomato".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Talking tomato
Téléchargez les fichiers d'extension Talking tomato au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Talking tomato |
ID | jnncibpplkdogfncechmdakddjbekolf |
URL Officiel | https://chromewebstore.google.com/detail/talking-tomato/jnncibpplkdogfncechmdakddjbekolf |
Description | Talking tomato |
Taille du Fichier | 180 KB |
Nombre d'Installations | 110 |
Version Actuelle | 0.0.9 |
Dernière Mise à Jour | 2017-01-26 |
Date de Publication | 2017-01-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Michael |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/zjlovezj/pomodoro-sound/issues |
Langues Prises en Charge | 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:;" } |