World Clocks New Tab

World Clocks New Tab - See multiple analog clocks with different timezones on a new tab

Vad är World Clocks New Tab?

World Clocks New Tab är en Chrome-tillägg utvecklad av alextrastero, och dess huvudfunktion är "World Clocks New Tab - See multiple analog clocks with different timezones on a new tab".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner World Clocks New Tab-förlängningens CRX-fil

Ladda ner World Clocks New Tab-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

                        World Clocks New Tab - See multiple analog clocks with different timezones on a new tab                    

Grundläggande Information om Tillägg

Namn World Clocks New Tab World Clocks New Tab
ID kgdofgjeidgppjkamhldifcjdmbcpipi
Officiell webbadress https://chromewebstore.google.com/detail/world-clocks-new-tab/kgdofgjeidgppjkamhldifcjdmbcpipi
Beskrivning World Clocks New Tab - See multiple analog clocks with different timezones on a new tab
Filstorlek 56.64 KB
Antal Installationer 161
Aktuell Version 2.1.1
Senast Uppdaterad 2018-02-24
Publiceringsdatum 2018-02-24
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare alextrastero
Betalningssätt free
Tilläggswebbplats https://github.com/alextrastero/world-clocks-new-tab
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clocks New Tab",
    "short_name": "World Clocks",
    "version": "2.1.1",
    "description": "World Clocks New Tab - See multiple analog clocks with different timezones on a new tab",
    "author": "Alexander Odell ",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}