Talking clock
A talking clock
Qu'est-ce que Talking clock ?
Talking clock est une extension Chrome développée par http://www.intuitisoft.com, et sa fonction principale est "A talking clock".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Talking clock
Téléchargez les fichiers d'extension Talking clock 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
A talking clock
Informations de Base sur l'Extension
Nom | |
ID | kfedgjbccmijnamdkacpdkhabkigjbag |
URL Officiel | https://chrome.google.com/webstore/detail/talking-clock/kfedgjbccmijnamdkacpdkhabkigjbag |
Description | A talking clock |
Taille du Fichier | 47.51 KB |
Nombre d'Installations | 213 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2013-02-21 |
Date de Publication | 2013-02-21 |
Évaluation | 3.43/5 Total 7 Évaluations |
Développeur | http://www.intuitisoft.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Talking clock", "description": "A talking clock", "version": "1.0.0", "permissions": [ "tts" ], "browser_action": { "default_title": "Talking clock", "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "homepage_url": "http:\/\/www.intuitisoft.com", "manifest_version": 2 } |