Talking clock
A talking clock
What is Talking clock?
Talking clock is a Chrome extension developed by http://www.intuitisoft.com, and its main feature is "A talking clock".
Extension Screenshots
Download Talking clock Extension CRX File
Download Talking clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A talking clock
Extension Basic Information
Name | |
ID | kfedgjbccmijnamdkacpdkhabkigjbag |
Official URL | https://chrome.google.com/webstore/detail/talking-clock/kfedgjbccmijnamdkacpdkhabkigjbag |
Description | A talking clock |
File Size | 47.51 KB |
Installation Count | 213 |
Current Version | 1.0.0 |
Last Updated | 2013-02-21 |
Publish Date | 2013-02-21 |
Rating | 3.43/5 Total 7 Ratings |
Developer | http://www.intuitisoft.com |
Payment Type | free |
Supported Languages | 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 } |