Clock Tab by Scamah
This plugin will replace the default new tab with a customizeable clock and date.
Wat is Clock Tab by Scamah?
Clock Tab by Scamah is een Chrome-extensie ontwikkeld door https://tuxedopigeon.us, en de belangrijkste functie is "This plugin will replace the default new tab with a customizeable clock and date.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clock Tab by Scamah
Download Clock Tab by Scamah-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Clock Tab by Scamah |
ID | lipflhjigobellgogblgaognmcgnbfbj |
Officiële URL | https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj |
Beschrijving | This plugin will replace the default new tab with a customizeable clock and date. |
Bestandsgrootte | 10.95 KB |
Aantal Installaties | 40 |
Huidige Versie | 3.3 |
Laatst Bijgewerkt | 2021-08-03 |
Publicatiedatum | 2020-02-28 |
Ontwikkelaar | https://tuxedopigeon.us |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |