Time Tab
Minimalist new tab clock, with customizable background.
Vad är Time Tab?
Time Tab är en Chrome-tillägg utvecklad av https://nathanwentworth.co, och dess huvudfunktion är "Minimalist new tab clock, with customizable background.".
Tilläggsskärmbilder
Ladda ner Time Tab-förlängningens CRX-fil
Ladda ner Time Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | fdjemjfcplhejdekgjbdjjobbkipoddd |
| Officiell webbadress | https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd |
| Beskrivning | Minimalist new tab clock, with customizable background. |
| Filstorlek | 12.92 KB |
| Antal Installationer | 3,719 |
| Aktuell Version | 1.5.1 |
| Senast Uppdaterad | 2019-02-09 |
| Publiceringsdatum | 2019-02-09 |
| Betyg | 4.65/5 Totalt 23 Betyg |
| Utvecklare | https://nathanwentworth.co |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://twitter.com/nathanwentworth |
| Stödda Språk | 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"
}
} | |