Tab Clock
Shows a clock on the 'New Tab' page.
What is Tab Clock?
Tab Clock is a Chrome extension developed by https://www.jannesmeyer.com, and its main feature is "Shows a clock on the 'New Tab' page.".
Extension Screenshots
Download Tab Clock Extension CRX File
Download Tab 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
This is an extension that makes the 'New Tab' page distraction-free by replacing it with a simple, digital clock. Furthermore, it shows some convenient shortcut links at the bottom of the 'New Tab' page. Source code (licensed under GPLv3): https://github.com/JannesMeyer/chrome-tab-clock
Extension Basic Information
Name | Tab Clock |
ID | mjddhoajkbckpgjlhnanopanjhalbgij |
Official URL | https://chromewebstore.google.com/detail/tab-clock/mjddhoajkbckpgjlhnanopanjhalbgij |
Description | Shows a clock on the 'New Tab' page. |
File Size | 8.06 KB |
Installation Count | 215 |
Current Version | 1.0 |
Last Updated | 2015-03-09 |
Publish Date | 2015-03-09 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://www.jannesmeyer.com |
Payment Type | free |
Extension Website | https://github.com/JannesMeyer/Tab-Clock |
Help Page URL | https://github.com/JannesMeyer/Tab-Clock/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Clock", "version": "1.0", "description": "Shows a clock on the 'New Tab' page.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "tab.html" } } |