World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

Wat is World Clocks new tab page?

World Clocks new tab page is een Chrome-extensie ontwikkeld door Martín Peverelli, en de belangrijkste functie is "Replace the new tab page with up to 12 configurable world clocks".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie World Clocks new tab page

Download World Clocks new tab page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
Officiële URL https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
Beschrijving Replace the new tab page with up to 12 configurable world clocks
Bestandsgrootte 214 KB
Aantal Installaties 382
Huidige Versie 0.0.2.2
Laatst Bijgewerkt 2017-04-25
Publicatiedatum 2017-04-25
Beoordeling 2.63/5 Totaal 19 Beoordelingen
Ontwikkelaar Martín Peverelli
Betalingswijze free
Ondersteunde Talen 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
}