Awesome Clock

Interactive world clocks extension, easily one click to show, work offline.

Qu'est-ce que Awesome Clock ?

Awesome Clock est une extension Chrome développée par chylvina, et sa fonction principale est "Interactive world clocks extension, easily one click to show, work offline.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Awesome Clock

Téléchargez les fichiers d'extension Awesome Clock 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

                        - Show daylight depends on cities's location
- Analog and digital clocks
- Add as many clocks as you want
- Drag annd drop management
- 24h and 12h views
- Work Offline

Any questions, please contact [email protected]                    

Informations de Base sur l'Extension

Nom Awesome Clock Awesome Clock
ID idbfjggljipcaepooophnehgknllgfgk
URL Officiel https://chrome.google.com/webstore/detail/awesome-clock/idbfjggljipcaepooophnehgknllgfgk
Description Interactive world clocks extension, easily one click to show, work offline.
Taille du Fichier 236 KB
Nombre d'Installations 1,666
Version Actuelle 1.2.0
Dernière Mise à Jour 2013-08-26
Date de Publication 2013-08-26
Évaluation 4.26/5 Total 61 Évaluations
Développeur chylvina
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "manifest_version": 2,
    "name": "Awesome Clock",
    "description": "Interactive world clocks extension, easily one click to show, work offline.",
    "icons": {
        "128": "\/assets\/images\/logo\/128.png",
        "32": "\/assets\/images\/logo\/32.png",
        "48": "\/assets\/images\/logo\/48.png",
        "64": "\/assets\/images\/logo\/64.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/logo\/19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    }
}