Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom New Tab with Clock and Search", "description": "Replaces the New Tab background with a custom image, adds a clock and a search bar.", "version": "1.0", "manifest_version": 3, "chrome_url_overrides": { "newtab": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" } }