FocalTab
Minimal & customizable newtab page
什麼是FocalTab?
FocalTab是由Michael Tong開發的Chrome擴展程式,該擴展的主要功能是“Minimal & customizable newtab page”。
擴展截圖
下載FocalTab擴展crx文件
下載FocalTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | FocalTab |
ID | iplpkldbkjpngjdepcddfpibdajnohmp |
官方網址 | https://chromewebstore.google.com/detail/focaltab/iplpkldbkjpngjdepcddfpibdajnohmp |
簡介 | Minimal & customizable newtab page |
檔案大小 | 838 KB |
安裝次數 | 256 |
目前版本 | 1.2.0 |
更新時間 | 2024-03-03 |
上架時間 | 2022-03-31 |
評分 | 5.00/5 共 6 次評分 |
開發者 | Michael Tong |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://michaelytong.com/ |
支援的語言 | 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" } } |