Text Clock
Time as Text
What is Text Clock?
Text Clock is a Chrome extension developed by billsearle, and its main feature is "Time as Text".
Extension Screenshots
Download Text Clock Extension CRX File
Download Text 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
Text clock - readable time.
Extension Basic Information
Name | Text Clock |
ID | caacmmeopdailkdlgkimndodjipilaha |
Official URL | https://chromewebstore.google.com/detail/text-clock/caacmmeopdailkdlgkimndodjipilaha |
Description | Time as Text |
File Size | 229 KB |
Installation Count | 169 |
Current Version | 0.2 |
Last Updated | 2015-03-20 |
Publish Date | 2015-03-19 |
Rating | 4.67/5 Total 3 Ratings |
Developer | billsearle |
[email protected] | |
Payment Type | free |
Extension Website | http://billsearle.me |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text Clock", "description": "Time as Text", "version": "0.2", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" } } |