World Clocks
World Clocks
Wat is World Clocks?
World Clocks is een Chrome-extensie ontwikkeld door https://quickrr.com, en de belangrijkste functie is "World Clocks".
Extensie Screenshots
Download het CRX-bestand van de extensie World Clocks
Download World Clocks-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
World Clocks is a simple yet powerful Chrome extension to display current time in different time zones. Select country & city, and every time you open World Clocks you have local time instantly. Chrome productivity extensions by http://quickrr.com
Basisinformatie over de Extensie
Naam | World Clocks |
ID | ajnbnekhpkkfaobjalnhdoofajkghidp |
Officiële URL | https://chromewebstore.google.com/detail/world-clocks/ajnbnekhpkkfaobjalnhdoofajkghidp |
Beschrijving | World Clocks |
Bestandsgrootte | 255 KB |
Aantal Installaties | 8,708 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2015-02-22 |
Publicatiedatum | 2015-02-22 |
Beoordeling | 4.41/5 Totaal 222 Beoordelingen |
Ontwikkelaar | https://quickrr.com |
Betalingswijze | free |
Extensiewebsite | http://quickrr.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "name": "World Clocks", "version": "2.0", "manifest_version": 2, "description": "World Clocks", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.htm", "default_title": "World Clocks" }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |