Timezone

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

Co to jest Timezone?

Timezone to rozszerzenie Chrome opracowane przez http://creativebrain.be, a jego główną funkcją jest „TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Timezone

Pobierz pliki rozszerzeń Timezone w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Timezone Timezone
ID mhomkmoocejpiegiconmegnkhhoidlpe
Oficjalny URL https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe
Opis TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
Rozmiar pliku 318 KB
Liczba instalacji 616
Aktualna Wersja 1.0 beta
Ostatnia Aktualizacja 2015-07-31
Data Publikacji 2015-07-31
Ocena 2.80/5 Łącznie 5 Oceny
Deweloper http://creativebrain.be
Typ Płatności free
Strona Rozszerzenia http://www.creativebrain.be/
Obsługiwane Języki 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"
            ]
        }
    ]
}