Clock Tab by Scamah

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

Hvad er Clock Tab by Scamah?

Clock Tab by Scamah er en Chrome-udvidelse udviklet af https://tuxedopigeon.us, og dens hovedfunktion er "This plugin will replace the default new tab with a customizeable clock and date.".

Udvidelsesskærmbilleder

screenshot

Download Clock Tab by Scamah-udvidelses-CRX-fil

Download Clock Tab by Scamah-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

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Clock Tab by Scamah Clock Tab by Scamah
ID lipflhjigobellgogblgaognmcgnbfbj
Officiel URL https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj
Beskrivelse This plugin will replace the default new tab with a customizeable clock and date.
Filstørrelse 10.95 KB
Antal Installationer 40
Nuværende Version 3.3
Senest Opdateret 2021-08-03
Udgivelsesdato 2020-02-28
Udvikler https://tuxedopigeon.us
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}