World Clocks

World Clock. It displays multiple world clocks that you can add, remove, sort and edit.

Wat is World Clocks?

World Clocks is een Chrome-extensie ontwikkeld door makoto_kw, en de belangrijkste functie is "World Clock. It displays multiple world clocks that you can add, remove, sort and edit.".

Extensie Screenshots

screenshot
screenshot
screenshot

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 Clock extension. It depends on coolclock (http://randomibis.com/coolclock/)                    

Basisinformatie over de Extensie

Naam World Clocks World Clocks
ID innfmeekncjandlanpgdmmogkcimekgo
Officiële URL https://chromewebstore.google.com/detail/world-clocks/innfmeekncjandlanpgdmmogkcimekgo
Beschrijving World Clock. It displays multiple world clocks that you can add, remove, sort and edit.
Bestandsgrootte 187 KB
Aantal Installaties 44,811
Huidige Versie 0.5
Laatst Bijgewerkt 2012-12-28
Publicatiedatum 2012-12-28
Beoordeling 4.12/5 Totaal 409 Beoordelingen
Ontwikkelaar makoto_kw
Betalingswijze free
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_APP_TITLE__",
    "description": "__MSG_APP_DESCRIPTION__",
    "version": "0.5",
    "manifest_version": 2,
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    }
}