New Tab Clock

Replaces the New Tab page with a simple customizable clock.

Co to jest New Tab Clock?

New Tab Clock to rozszerzenie Chrome opracowane przez https://leggett.org, a jego główną funkcją jest „Replaces the New Tab page with a simple customizable clock.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia New Tab Clock

Pobierz pliki rozszerzeń New Tab Clock 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

                        ABOUT
Bring focus to every new tab you open. No frills or distractions – just the time and date. 

PRIVACY POLICY
This extension has no ads, trackers, or analytics. No information is transmitted to or from the extension to any server. All settings are saved locally on your computer.

SETTINGS
Click on the gear in the bottom left to customize the background color, font, or 12/24 clock setting.                    

Podstawowe informacje o rozszerzeniu

Nazwa New Tab Clock New Tab Clock
ID ljpapphpgkmigobbbakmnfoohclifanm
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm
Opis Replaces the New Tab page with a simple customizable clock.
Rozmiar pliku 73.84 KB
Liczba instalacji 10,000
Aktualna Wersja 2.7
Ostatnia Aktualizacja 2021-03-19
Data Publikacji 2019-10-15
Ocena 3.89/5 Łącznie 190 Oceny
Deweloper https://leggett.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://leggett.org
Adres URL Strony Polityki Prywatności https://simpl.fyi/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Clock",
    "version": "2.7",
    "description": "Replaces the New Tab page with a simple customizable clock.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self'; img-src 'self'; font-src 'self' "
}