World Clocks New Tab
Replace your New Tab with a list of world Clocks.
Vad är World Clocks New Tab?
World Clocks New Tab är en Chrome-tillägg utvecklad av joaxap, och dess huvudfunktion är "Replace your New Tab with a list of world Clocks.".
Tilläggsskärmbilder
Ladda ner World Clocks New Tab-förlängningens CRX-fil
Ladda ner World Clocks New Tab-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
Display a list of clocks from all time zones of the world in your new tab page. That simple.
Grundläggande Information om Tillägg
Namn | World Clocks New Tab |
ID | hmkjkkkebpjcabkafnefgibifoccimgd |
Officiell webbadress | https://chromewebstore.google.com/detail/world-clocks-new-tab/hmkjkkkebpjcabkafnefgibifoccimgd |
Beskrivning | Replace your New Tab with a list of world Clocks. |
Filstorlek | 218 KB |
Antal Installationer | 340 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-02-10 |
Publiceringsdatum | 2020-02-10 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | joaxap |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |