New Tab Clock
⏰ Time in a new tab. ⏰
What is New Tab Clock?
New Tab Clock is a Chrome extension developed by motiontx, and its main feature is "⏰ Time in a new tab. ⏰".
Extension Screenshots
Download New Tab Clock Extension CRX File
Download New 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
Simple chrome extension that shows the time when opening a new tab.
Extension Basic Information
Name | New Tab Clock |
ID | jpnkmoigeebdmkodlhmeljgkpgphjnai |
Official URL | https://chromewebstore.google.com/detail/new-tab-clock/jpnkmoigeebdmkodlhmeljgkpgphjnai |
Description | ⏰ Time in a new tab. ⏰ |
File Size | 29.47 KB |
Installation Count | 171 |
Current Version | 0.8 |
Last Updated | 2019-05-07 |
Publish Date | 2019-05-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | motiontx |
Payment Type | free |
Extension Website | https://github.com/motiontx/Chrome-Extension-Clock |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Clock", "version": "0.8", "description": "\u23f0 Time in a new tab. \u23f0", "icons": { "128": "resources\/assets\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |