TimeNow

Allowing users to easily track the current time across different regions of the world.

Hvad er TimeNow?

TimeNow er en Chrome-udvidelse udviklet af Playdigo Inc, og dens hovedfunktion er "Allowing users to easily track the current time across different regions of the world.".

Udvidelsesskærmbilleder

screenshot

Download TimeNow-udvidelses-CRX-fil

Download TimeNow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Time Now is a free new tab extension that allows you to view time zones in multiple places around the world instantly. With a user-friendly interface, this extension provides you with the current time and date in various cities, making it easy to stay connected across different time zones. It also includes a customizable web search bar, for convenient internet searches.

By clicking "Add to Chrome", I accept and agree to install TimeNow Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use -  http://timenow.world/terms-and-conditions/
and Privacy Policy - http://timenow.world/privacy-policy/

You can find more about us here:
http://timenow.world/about-us/                    

Grundlæggende oplysninger om udvidelsen

Navn TimeNow TimeNow
ID afilbkkbagloanfddkgnbeamaoekando
Officiel URL https://chromewebstore.google.com/detail/timenow/afilbkkbagloanfddkgnbeamaoekando
Beskrivelse Allowing users to easily track the current time across different regions of the world.
Filstørrelse 3.28 MB
Antal Installationer 7,941
Nuværende Version 2.1
Senest Opdateret 2023-09-06
Udgivelsesdato 2023-07-02
Bedømmelse 4.75/5 Samlet 8 Bedømmelser
Udvikler Playdigo Inc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://timenow.world/
URL til Fortrolighedspolitik Side https://playdigo.com/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeNow",
    "description": "Allowing users to easily track the current time across different regions of the world.",
    "version": "2.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/logo.png"
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    }
}