Talking clock
A talking clock
Wat is Talking clock?
Talking clock is een Chrome-extensie ontwikkeld door http://www.intuitisoft.com, en de belangrijkste functie is "A talking clock".
Extensie Screenshots
Download het CRX-bestand van de extensie Talking clock
Download Talking clock-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
A talking clock
Basisinformatie over de Extensie
Naam | |
ID | kfedgjbccmijnamdkacpdkhabkigjbag |
Officiële URL | https://chrome.google.com/webstore/detail/talking-clock/kfedgjbccmijnamdkacpdkhabkigjbag |
Beschrijving | A talking clock |
Bestandsgrootte | 47.51 KB |
Aantal Installaties | 213 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2013-02-21 |
Publicatiedatum | 2013-02-21 |
Beoordeling | 3.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | http://www.intuitisoft.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |