World Clocks New Tab
Replace your New Tab with a list of world Clocks.
Wat is World Clocks New Tab?
World Clocks New Tab is een Chrome-extensie ontwikkeld door joaxap, en de belangrijkste functie is "Replace your New Tab with a list of world Clocks.".
Extensie Screenshots
Download het CRX-bestand van de extensie World Clocks New Tab
Download World Clocks New Tab-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
Display a list of clocks from all time zones of the world in your new tab page. That simple.
Basisinformatie over de Extensie
Naam | |
ID | hmkjkkkebpjcabkafnefgibifoccimgd |
Officiële URL | https://chromewebstore.google.com/detail/world-clocks-new-tab/hmkjkkkebpjcabkafnefgibifoccimgd |
Beschrijving | Replace your New Tab with a list of world Clocks. |
Bestandsgrootte | 218 KB |
Aantal Installaties | 340 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-02-10 |
Publicatiedatum | 2020-02-10 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | joaxap |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World Clocks New Tab", "description": "Replace your New Tab with a list of world Clocks.", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |