Clock Tab by Scamah

This plugin will replace the default new tab with a customizeable clock and date.

Co to jest Clock Tab by Scamah?

Clock Tab by Scamah to rozszerzenie Chrome opracowane przez https://tuxedopigeon.us, a jego główną funkcją jest „This plugin will replace the default new tab with a customizeable clock and date.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clock Tab by Scamah

Pobierz pliki rozszerzeń Clock Tab by Scamah 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 plugin will replace the default new tab with a customizeable clock and date.
Clock Tab is a simplistic and functional new tab clock extension. Clock Tab's customization options for color and font are intuitive and easy to use. It also allows users to more easily access time when in an entirely full screen browser window.

Currently Working on:
  -  Adding more themes and fonts.
  -  Better Screenshots!                    

Podstawowe informacje o rozszerzeniu

Nazwa Clock Tab by Scamah Clock Tab by Scamah
ID lipflhjigobellgogblgaognmcgnbfbj
Oficjalny URL https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj
Opis This plugin will replace the default new tab with a customizeable clock and date.
Rozmiar pliku 10.95 KB
Liczba instalacji 40
Aktualna Wersja 3.3
Ostatnia Aktualizacja 2021-08-03
Data Publikacji 2020-02-28
Deweloper https://tuxedopigeon.us
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock Tab by Scamah",
    "description": "This plugin will replace the default new tab with a customizeable clock and date.",
    "version": "3.3",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "clockTab.html"
    },
    "web_accessible_resources": [
        "*.png",
        "*.ttf"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "Icon\/Icon16.png",
        "48": "Icon\/Icon48.png",
        "128": "Icon\/Icon128.png"
    }
}