Now

A simple New Tab page that displays the time and date.

What is Now?

Now is a Chrome extension developed by Stephen Leitnick, and its main feature is "A simple New Tab page that displays the time and date.".

Extension Screenshots

screenshot

Download Now Extension CRX File

Download Now 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

                        Now is a New Tab extension that displays the current time and date. That's it!                    

Extension Basic Information

Name Now Now
ID pholgifcjokhbnemjdapeaaaohhejdca
Official URL https://chromewebstore.google.com/detail/now/pholgifcjokhbnemjdapeaaaohhejdca
Description A simple New Tab page that displays the time and date.
File Size 399 KB
Installation Count 57
Current Version 1.1.1
Last Updated 2021-12-02
Publish Date 2017-03-22
Rating 4.40/5 Total 5 Ratings
Developer Stephen Leitnick
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Now",
    "description": "A simple New Tab page that displays the time and date.",
    "version": "1.1.1",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "now.html"
    }
}