Time Tab
Minimalist new tab clock, with customizable background.
Wat is Time Tab?
Time Tab is een Chrome-extensie ontwikkeld door https://nathanwentworth.co, en de belangrijkste functie is "Minimalist new tab clock, with customizable background.".
Extensie Screenshots
Download het CRX-bestand van de extensie Time Tab
Download Time Tab-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 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 Basisinformatie over de Extensie
| Naam | |
| ID | fdjemjfcplhejdekgjbdjjobbkipoddd |
| Officiële URL | https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd |
| Beschrijving | Minimalist new tab clock, with customizable background. |
| Bestandsgrootte | 12.92 KB |
| Aantal Installaties | 3,719 |
| Huidige Versie | 1.5.1 |
| Laatst Bijgewerkt | 2019-02-09 |
| Publicatiedatum | 2019-02-09 |
| Beoordeling | 4.65/5 Totaal 23 Beoordelingen |
| Ontwikkelaar | https://nathanwentworth.co |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://twitter.com/nathanwentworth |
| Ondersteunde Talen | 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"
}
} | |