Clock Tab by Scamah

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

Vad är Clock Tab by Scamah?

Clock Tab by Scamah är en Chrome-tillägg utvecklad av https://tuxedopigeon.us, och dess huvudfunktion är "This plugin will replace the default new tab with a customizeable clock and date.".

Tilläggsskärmbilder

screenshot

Ladda ner Clock Tab by Scamah-förlängningens CRX-fil

Ladda ner Clock Tab by Scamah-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Clock Tab by Scamah Clock Tab by Scamah
ID lipflhjigobellgogblgaognmcgnbfbj
Officiell webbadress https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj
Beskrivning This plugin will replace the default new tab with a customizeable clock and date.
Filstorlek 10.95 KB
Antal Installationer 40
Aktuell Version 3.3
Senast Uppdaterad 2021-08-03
Publiceringsdatum 2020-02-28
Utvecklare https://tuxedopigeon.us
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}