World Clock

An extension which displays time in different timezones.

Vad är World Clock?

World Clock är en Chrome-tillägg utvecklad av Rajasri Systems, och dess huvudfunktion är "An extension which displays time in different timezones.".

Tilläggsskärmbilder

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

                        An extension to display time in different time zones. 
300+ timezones available. 
Automatic synchronisation with the system timezone. 
Setup the world clock!                    

Grundläggande Information om Tillägg

Namn World Clock World Clock
ID nfigbefbepjmkffdeelklglfjponlpbo
Officiell webbadress https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo
Beskrivning An extension which displays time in different timezones.
Filstorlek 6.15 MB
Antal Installationer 69
Aktuell Version 2.1
Senast Uppdaterad 2023-04-13
Publiceringsdatum 2021-04-11
Utvecklare Rajasri Systems
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://rajasri.com/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clock",
    "description": "An extension which displays time in different timezones.",
    "version": "2.1",
    "author": "Rajasri Systems",
    "browser_action": {
        "default_icon": "images\/worldclockfavicon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "icons": {
        "16": "images\/worldclockfavicon.png",
        "32": "images\/worldclock32x32.png",
        "48": "images\/worldclock48x48.png",
        "128": "images\/worldclock128x128.png"
    }
}