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.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 TABU - New Tab Page TABU - New Tab Page
ID foahfjkmbhmabeciibakfmheoocbbpdc
官方URL 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"
    }
}