TABU - New Tab Page
Fast & simplistic new tab with speed dial, recommended sites and option for blank page.
什麼是TABU - New Tab Page?
TABU - New Tab Page是由Mika Lindell開發的Chrome擴展程式,該擴展的主要功能是“Fast & simplistic new tab with speed dial, recommended sites and option for blank page.”。
擴展截圖
下載TABU - New Tab Page擴展crx文件
下載TABU - New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Dark mode support
- 4K compatible
- Speed dial
- Most used & recent websites
- Opt for blank page
- Cloud save
* Quick access to your most used & recent websites when you need them.
* Use Speed Dial when you don't have the time to mess around with bookmarks.
* Set it up once, and it's ready anywhere - speed dial and settings are saved on your Google account.
* Protected from prying eyes — hide everything with a press of a button.
* 4k compatible – TABU scales with your display: you don't need to squint to see the small print. 擴展基本資訊
| 名稱 | |
| ID | foahfjkmbhmabeciibakfmheoocbbpdc |
| 官方網址 | https://chromewebstore.google.com/detail/tabu-new-tab-page/foahfjkmbhmabeciibakfmheoocbbpdc |
| 簡介 | Fast & simplistic new tab with speed dial, recommended sites and option for blank page. |
| 檔案大小 | 599 KB |
| 安裝次數 | 58 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2021-11-03 |
| 上架時間 | 2016-12-06 |
| 評分 | 3.50/5 共 4 次評分 |
| 開發者 | Mika Lindell |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TABU - New Tab Page",
"short_name": "TABU",
"description": "Fast & simplistic new tab with speed dial, recommended sites and option for blank page.",
"version": "1.0.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"minimum_chrome_version": "37",
"permissions": [
"storage",
"tabs",
"bookmarks",
"sessions",
"topSites",
"history"
],
"chrome_url_overrides": {
"newtab": "start.html"
}
} | |