DateTime new tab page
Override the new tab page with time and date
What is DateTime new tab page?
DateTime new tab page is a Chrome extension developed by Meosit, and its main feature is "Override the new tab page with time and date".
Extension Screenshots
Download DateTime new tab page Extension CRX File
Download DateTime new tab page 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 new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change)
Extension Basic Information
Name | DateTime new tab page |
ID | oipiajaklcfkockbhjkedfjkpkcbpgfh |
Official URL | https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh |
Description | Override the new tab page with time and date |
File Size | 24.6 KB |
Installation Count | 36 |
Current Version | 1.0.0 |
Last Updated | 2024-02-16 |
Publish Date | 2018-10-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Meosit |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DateTime new tab page", "description": "Override the new tab page with time and date", "version": "1.0.0", "permissions": [ "storage" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |