World Clocks

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

Qu'est-ce que World Clocks ?

World Clocks est une extension Chrome développée par makoto_kw, et sa fonction principale est "World Clock. It displays multiple world clocks that you can add, remove, sort and edit.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension World Clocks

Téléchargez les fichiers d'extension World Clocks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        World Clock extension. It depends on coolclock (http://randomibis.com/coolclock/)                    

Informations de Base sur l'Extension

Nom World Clocks World Clocks
ID innfmeekncjandlanpgdmmogkcimekgo
URL Officiel https://chromewebstore.google.com/detail/world-clocks/innfmeekncjandlanpgdmmogkcimekgo
Description World Clock. It displays multiple world clocks that you can add, remove, sort and edit.
Taille du Fichier 187 KB
Nombre d'Installations 44,811
Version Actuelle 0.5
Dernière Mise à Jour 2012-12-28
Date de Publication 2012-12-28
Évaluation 4.12/5 Total 409 Évaluations
Développeur makoto_kw
Type de Paiement free
Langues Prises en Charge 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"
    }
}