World Clock Extension

Present various world clocks on your new tab!

Co to jest World Clock Extension?

World Clock Extension to rozszerzenie Chrome opracowane przez Speediverse, a jego główną funkcją jest „Present various world clocks on your new tab!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia World Clock Extension

Pobierz pliki rozszerzeń World Clock Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        World Clocks is a fine extension for the finest of people who seek to know the exact time even if its not in their region.

By clicking "Add to Chrome", I accept and agree to install the World Clocks Extension Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing.

https://speediverse.net/terms - Terms.
https://speediverse.net/privacy-policy - Privacy Policy.
https://speediverse.net/ - About.
https://speediverse.net/contact-us - Contact Us.                    

Podstawowe informacje o rozszerzeniu

Nazwa World Clock Extension World Clock Extension
ID ikfliiolmonncdlfneobmpiapheckdch
Oficjalny URL https://chromewebstore.google.com/detail/world-clock-extension/ikfliiolmonncdlfneobmpiapheckdch
Opis Present various world clocks on your new tab!
Rozmiar pliku 330 KB
Liczba instalacji 11,283
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2022-12-11
Data Publikacji 2022-08-25
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Speediverse
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://speediverse.net/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Extension",
    "description": "Present various world clocks on your new tab!",
    "manifest_version": 3,
    "version": "1.0.6",
    "chrome_url_overrides": {
        "newtab": "forms.html"
    },
    "action": {
        "default_title": "World Clock",
        "default_icon": "\/icons\/48.png"
    },
    "icons": {
        "48": "\/icons\/48.png",
        "16": "\/icons\/16.png",
        "128": "\/icons\/48.png"
    }
}