World Clocks new tab page

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

Vad är World Clocks new tab page?

World Clocks new tab page är en Chrome-tillägg utvecklad av Martín Peverelli, och dess huvudfunktion är "Replace the new tab page with up to 12 configurable world clocks".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner World Clocks new tab page-förlängningens CRX-fil

Ladda ner World Clocks new tab page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
Officiell webbadress https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
Beskrivning Replace the new tab page with up to 12 configurable world clocks
Filstorlek 214 KB
Antal Installationer 382
Aktuell Version 0.0.2.2
Senast Uppdaterad 2017-04-25
Publiceringsdatum 2017-04-25
Betyg 2.63/5 Totalt 19 Betyg
Utvecklare Martín Peverelli
Betalningssätt free
Stödda Språk 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
}