Clock Tab by Scamah

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

Qu'est-ce que Clock Tab by Scamah ?

Clock Tab by Scamah est une extension Chrome développée par https://tuxedopigeon.us, et sa fonction principale est "This plugin will replace the default new tab with a customizeable clock and date.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clock Tab by Scamah

Téléchargez les fichiers d'extension Clock Tab by Scamah au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Clock Tab by Scamah Clock Tab by Scamah
ID lipflhjigobellgogblgaognmcgnbfbj
URL Officiel https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj
Description This plugin will replace the default new tab with a customizeable clock and date.
Taille du Fichier 10.95 KB
Nombre d'Installations 40
Version Actuelle 3.3
Dernière Mise à Jour 2021-08-03
Date de Publication 2020-02-28
Développeur https://tuxedopigeon.us
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}