Timezone

TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)

Was ist Timezone?

Timezone ist eine Chrome-Erweiterung, die von http://creativebrain.be entwickelt wurde, und ihr Hauptmerkmal ist "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Timezone-Erweiterungs-CRX-Datei herunterladen

Laden Sie Timezone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Add time zones from over 400 cities in a fast and fun way.

✔ Drag down to add a new time zone.
✔ Re-order your saved time zones.
✔ Includes 405 different cities                    

Grundlegende Informationen zur Erweiterung

Name Timezone Timezone
ID mhomkmoocejpiegiconmegnkhhoidlpe
Offizielle URL https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe
Beschreibung TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
Dateigröße 318 KB
Installationsanzahl 616
Aktuelle Version 1.0 beta
Letztes Update 2015-07-31
Veröffentlichungsdatum 2015-07-31
Bewertung 2.80/5 Insgesamt 5 Bewertungen
Entwickler http://creativebrain.be
Zahlungsart free
Erweiterungswebsite http://www.creativebrain.be/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "version_name": "1.0 beta",
    "manifest_version": 2,
    "name": "Timezone",
    "description": "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)",
    "author": "Kristof Van Espen",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/reset.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/moment.js",
                "js\/moment-timezone.js",
                "js\/jquery.hammer.js",
                "js\/script.js"
            ]
        }
    ]
}