Clock Tab by Scamah
This plugin will replace the default new tab with a customizeable clock and date.
Was ist Clock Tab by Scamah?
Clock Tab by Scamah ist eine Chrome-Erweiterung, die von https://tuxedopigeon.us entwickelt wurde, und ihr Hauptmerkmal ist "This plugin will replace the default new tab with a customizeable clock and date.".
Erweiterungsscreenshots
Clock Tab by Scamah-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clock Tab by Scamah-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Clock Tab by Scamah |
ID | lipflhjigobellgogblgaognmcgnbfbj |
Offizielle URL | https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj |
Beschreibung | This plugin will replace the default new tab with a customizeable clock and date. |
Dateigröße | 10.95 KB |
Installationsanzahl | 40 |
Aktuelle Version | 3.3 |
Letztes Update | 2021-08-03 |
Veröffentlichungsdatum | 2020-02-28 |
Entwickler | https://tuxedopigeon.us |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |