Time Tab
Minimalist new tab clock, with customizable background.
Hvad er Time Tab?
Time Tab er en Chrome-udvidelse udviklet af https://nathanwentworth.co, og dens hovedfunktion er "Minimalist new tab clock, with customizable background.".
Udvidelsesskærmbilleder
Download Time Tab-udvidelses-CRX-fil
Download Time Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fdjemjfcplhejdekgjbdjjobbkipoddd |
| Officiel URL | https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd |
| Beskrivelse | Minimalist new tab clock, with customizable background. |
| Filstørrelse | 12.92 KB |
| Antal Installationer | 3,719 |
| Nuværende Version | 1.5.1 |
| Senest Opdateret | 2019-02-09 |
| Udgivelsesdato | 2019-02-09 |
| Bedømmelse | 4.65/5 Samlet 23 Bedømmelser |
| Udvikler | https://nathanwentworth.co |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://twitter.com/nathanwentworth |
| Understøttede Sprog | 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"
}
} | |