World Clock

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

Vad är World Clock?

World Clock är en Chrome-tillägg utvecklad av bulenttastan, och dess huvudfunktion är "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner World Clock-förlängningens CRX-fil

Ladda ner World Clock-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

                        The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime.

* Switch between 12h and 24h views
* See UTC (GMT) time, helpful to check any server time
* Countries and individual cities included
* Automatically adjusts for daylight savings time                    

Grundläggande Information om Tillägg

Namn World Clock World Clock
ID dngepaapinafpbhfbfjhkcbabhfakmia
Officiell webbadress https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia
Beskrivning Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
Filstorlek 236 KB
Antal Installationer 822
Aktuell Version 1.1
Senast Uppdaterad 2020-11-28
Publiceringsdatum 2020-04-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare bulenttastan
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock",
    "version": "1.1",
    "description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.",
    "browser_action": {
        "default_icon": "assets\/images\/logo\/19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "\/assets\/images\/logo\/32.png",
        "48": "\/assets\/images\/logo\/48.png",
        "64": "\/assets\/images\/logo\/64.png",
        "128": "\/assets\/images\/logo\/128.png"
    },
    "manifest_version": 2
}