TZ Clock
Calendar and clock showing multiple time zones
Hvad er TZ Clock?
TZ Clock er en Chrome-udvidelse udviklet af kamrik, og dens hovedfunktion er "Calendar and clock showing multiple time zones".
Udvidelsesskærmbilleder
Download TZ Clock-udvidelses-CRX-fil
Download TZ 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
Adds a clock icon to your toolbar, when clicked it will display a popup with simple calendar and time in several time zones of your choice. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bpeaahhicpbbcnhpokblbhfjcnclfpen |
| Officiel URL | https://chromewebstore.google.com/detail/tz-clock/bpeaahhicpbbcnhpokblbhfjcnclfpen |
| Beskrivelse | Calendar and clock showing multiple time zones |
| Filstørrelse | 234 KB |
| Antal Installationer | 402 |
| Nuværende Version | 0.1.2 |
| Senest Opdateret | 2017-04-03 |
| Udgivelsesdato | 2017-04-02 |
| Bedømmelse | 3.80/5 Samlet 10 Bedømmelser |
| Udvikler | kamrik |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/kamrik/TZClockExt |
| Hjælpeside-URL | https://github.com/kamrik/TZClockExt/ |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TZ Clock",
"short_name": "TZ Clock",
"description": "Calendar and clock showing multiple time zones",
"version": "0.1.2",
"options_page": "options.html",
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
]
} | |