World Clock
An extension which displays time in different timezones.
Hvad er World Clock?
World Clock er en Chrome-udvidelse udviklet af Rajasri Systems, og dens hovedfunktion er "An extension which displays time in different timezones.".
Udvidelsesskærmbilleder
Download World Clock-udvidelses-CRX-fil
Download World Clock-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
An extension to display time in different time zones. 300+ timezones available. Automatic synchronisation with the system timezone. Setup the world clock!
Grundlæggende oplysninger om udvidelsen
Navn | World Clock |
ID | nfigbefbepjmkffdeelklglfjponlpbo |
Officiel URL | https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo |
Beskrivelse | An extension which displays time in different timezones. |
Filstørrelse | 6.15 MB |
Antal Installationer | 69 |
Nuværende Version | 2.1 |
Senest Opdateret | 2023-04-13 |
Udgivelsesdato | 2021-04-11 |
Udvikler | Rajasri Systems |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://rajasri.com/privacy-policy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World Clock", "description": "An extension which displays time in different timezones.", "version": "2.1", "author": "Rajasri Systems", "browser_action": { "default_icon": "images\/worldclockfavicon.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "icons": { "16": "images\/worldclockfavicon.png", "32": "images\/worldclock32x32.png", "48": "images\/worldclock48x48.png", "128": "images\/worldclock128x128.png" } } |