Time Tab
Minimalist new tab clock, with customizable background.
Was ist Time Tab?
Time Tab ist eine Chrome-Erweiterung, die von https://nathanwentworth.co entwickelt wurde, und ihr Hauptmerkmal ist "Minimalist new tab clock, with customizable background.".
Erweiterungsscreenshots
Time Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Time Tab-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 is a minimalist new tab page with a clock on it!
Features include!
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere!
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)
New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fdjemjfcplhejdekgjbdjjobbkipoddd |
| Offizielle URL | https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd |
| Beschreibung | Minimalist new tab clock, with customizable background. |
| Dateigröße | 12.92 KB |
| Installationsanzahl | 3,719 |
| Aktuelle Version | 1.5.1 |
| Letztes Update | 2019-02-09 |
| Veröffentlichungsdatum | 2019-02-09 |
| Bewertung | 4.65/5 Insgesamt 23 Bewertungen |
| Entwickler | https://nathanwentworth.co |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://twitter.com/nathanwentworth |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Time Tab",
"description": "Minimalist new tab clock, with customizable background.",
"version": "1.5.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |