World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
Wat is World Clock?
World Clock is een Chrome-extensie ontwikkeld door bulenttastan, en de belangrijkste functie is "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".
Extensie Screenshots
Download het CRX-bestand van de extensie World Clock
Download World Clock-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | dngepaapinafpbhfbfjhkcbabhfakmia |
| Officiële URL | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
| Beschrijving | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
| Bestandsgrootte | 236 KB |
| Aantal Installaties | 822 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2020-11-28 |
| Publicatiedatum | 2020-04-10 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | bulenttastan |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |