World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
Hvad er World Clock?
World Clock er en Chrome-udvidelse udviklet af bulenttastan, og dens hovedfunktion er "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".
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
The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime.
* Switch between 12h and 24h views
* See UTC (GMT) time, helpful to check any server time
* Countries and individual cities included
* Automatically adjusts for daylight savings time Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dngepaapinafpbhfbfjhkcbabhfakmia |
| Officiel URL | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
| Beskrivelse | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
| Filstørrelse | 236 KB |
| Antal Installationer | 822 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2020-11-28 |
| Udgivelsesdato | 2020-04-10 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | bulenttastan |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "World Clock",
"version": "1.1",
"description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.",
"browser_action": {
"default_icon": "assets\/images\/logo\/19.png",
"default_popup": "popup.html"
},
"icons": {
"32": "\/assets\/images\/logo\/32.png",
"48": "\/assets\/images\/logo\/48.png",
"64": "\/assets\/images\/logo\/64.png",
"128": "\/assets\/images\/logo\/128.png"
},
"manifest_version": 2
} | |