FocalTab
Minimal & customizable newtab page
Vad är FocalTab?
FocalTab är en Chrome-tillägg utvecklad av Michael Tong, och dess huvudfunktion är "Minimal & customizable newtab page".
Tilläggsskärmbilder
Ladda ner FocalTab-förlängningens CRX-fil
Ladda ner FocalTab-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
Ever feeling lost in the endless clutter of the web, or just looking for a distraction free new tab page? FocalTab is the extension you’ve always wanted.
Features:
- Minimalistic design
- Built-in to-do list
- Digital clock (with 24h option)
- Weekday & date display
- Light, dark, and color themes!
- Customisable fonts
- No bullsh*t Grundläggande Information om Tillägg
| Namn | |
| ID | iplpkldbkjpngjdepcddfpibdajnohmp |
| Officiell webbadress | https://chromewebstore.google.com/detail/focaltab/iplpkldbkjpngjdepcddfpibdajnohmp |
| Beskrivning | Minimal & customizable newtab page |
| Filstorlek | 838 KB |
| Antal Installationer | 256 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2024-03-03 |
| Publiceringsdatum | 2022-03-31 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | Michael Tong |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://michaelytong.com/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "FocalTab",
"version": "1.2.0",
"description": "Minimal & customizable newtab page",
"author": "Michael Tong",
"icons": {
"16": "icons\/16.ico",
"48": "icons\/48.ico",
"128": "icons\/128.ico"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |