World Clocks new tab page
Replace the new tab page with up to 12 configurable world clocks
What is World Clocks new tab page?
World Clocks new tab page is a Chrome extension developed by Martín Peverelli, and its main feature is "Replace the new tab page with up to 12 configurable world clocks".
Extension Screenshots
Download World Clocks new tab page Extension CRX File
Download World Clocks 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
Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone. All settings are kept in sync using Chrome Storage. Clocks are configurable to 12 or 24 hour format. The extension has two themes. 'light' and 'dark'. Custom background URL support, for an online image to be loaded as background.
Extension Basic Information
Name | World Clocks new tab page |
ID | opaffdnccgelcacfhbjigocjaigebbje |
Official URL | https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje |
Description | Replace the new tab page with up to 12 configurable world clocks |
File Size | 214 KB |
Installation Count | 382 |
Current Version | 0.0.2.2 |
Last Updated | 2017-04-25 |
Publish Date | 2017-04-25 |
Rating | 2.63/5 Total 19 Ratings |
Developer | Martín Peverelli |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clocks new tab page", "description": "Replace the new tab page with up to 12 configurable world clocks", "version": "0.0.2.2", "incognito": "split", "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |