Timezone

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

Vad är Timezone?

Timezone är en Chrome-tillägg utvecklad av http://creativebrain.be, och dess huvudfunktion är "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Timezone-förlängningens CRX-fil

Ladda ner Timezone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Timezone Timezone
ID mhomkmoocejpiegiconmegnkhhoidlpe
Officiell webbadress https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe
Beskrivning TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
Filstorlek 318 KB
Antal Installationer 616
Aktuell Version 1.0 beta
Senast Uppdaterad 2015-07-31
Publiceringsdatum 2015-07-31
Betyg 2.80/5 Totalt 5 Betyg
Utvecklare http://creativebrain.be
Betalningssätt free
Tilläggswebbplats http://www.creativebrain.be/
Stödda Språk 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"
            ]
        }
    ]
}