World Clocks new tab page
Replace the new tab page with up to 12 configurable world clocks
Hvad er World Clocks new tab page?
World Clocks new tab page er en Chrome-udvidelse udviklet af Martín Peverelli, og dens hovedfunktion er "Replace the new tab page with up to 12 configurable world clocks".
Udvidelsesskærmbilleder
Download World Clocks new tab page-udvidelses-CRX-fil
Download World Clocks new tab page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | World Clocks new tab page |
ID | opaffdnccgelcacfhbjigocjaigebbje |
Officiel URL | https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje |
Beskrivelse | Replace the new tab page with up to 12 configurable world clocks |
Filstørrelse | 214 KB |
Antal Installationer | 382 |
Nuværende Version | 0.0.2.2 |
Senest Opdateret | 2017-04-25 |
Udgivelsesdato | 2017-04-25 |
Bedømmelse | 2.63/5 Samlet 19 Bedømmelser |
Udvikler | Martín Peverelli |
Betalingsmetode | free |
Understøttede Sprog | 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 } |