Clock Tab by Scamah
This plugin will replace the default new tab with a customizeable clock and date.
Cos'è Clock Tab by Scamah?
Clock Tab by Scamah è un'estensione di Chrome sviluppata da https://tuxedopigeon.us, e la sua funzione principale è "This plugin will replace the default new tab with a customizeable clock and date.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clock Tab by Scamah
Scarica i file di estensione Clock Tab by Scamah in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Clock Tab by Scamah |
ID | lipflhjigobellgogblgaognmcgnbfbj |
URL Ufficiale | https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj |
Descrizione | This plugin will replace the default new tab with a customizeable clock and date. |
Dimensione del File | 10.95 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 3.3 |
Ultimo Aggiornamento | 2021-08-03 |
Data di Pubblicazione | 2020-02-28 |
Sviluppatore | https://tuxedopigeon.us |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |