Time Tab

Minimalist new tab clock, with customizable background.

Co to jest Time Tab?

Time Tab to rozszerzenie Chrome opracowane przez https://nathanwentworth.co, a jego główną funkcją jest „Minimalist new tab clock, with customizable background.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Time Tab

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

                        This is a minimalist new tab page with a clock on it!

Features include! 
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere! 
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)

New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in                    

Podstawowe informacje o rozszerzeniu

Nazwa Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
Oficjalny URL https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
Opis Minimalist new tab clock, with customizable background.
Rozmiar pliku 12.92 KB
Liczba instalacji 3,719
Aktualna Wersja 1.5.1
Ostatnia Aktualizacja 2019-02-09
Data Publikacji 2019-02-09
Ocena 4.65/5 Łącznie 23 Oceny
Deweloper https://nathanwentworth.co
E-mail nwentworth95@gmail.com
Typ Płatności free
Adres URL Strony Pomocy https://twitter.com/nathanwentworth
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tab",
    "description": "Minimalist new tab clock, with customizable background.",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}