TABU - New Tab Page
Fast & simplistic new tab with speed dial, recommended sites and option for blank page.
What is TABU - New Tab Page?
TABU - New Tab Page is a Chrome extension developed by Mika Lindell, and its main feature is "Fast & simplistic new tab with speed dial, recommended sites and option for blank page.".
Extension Screenshots
Download TABU - New Tab Page Extension CRX File
Download TABU - New Tab Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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.
Extension Basic Information
Name | TABU - New Tab Page |
ID | foahfjkmbhmabeciibakfmheoocbbpdc |
Official URL | https://chromewebstore.google.com/detail/tabu-new-tab-page/foahfjkmbhmabeciibakfmheoocbbpdc |
Description | Fast & simplistic new tab with speed dial, recommended sites and option for blank page. |
File Size | 599 KB |
Installation Count | 58 |
Current Version | 1.0.1 |
Last Updated | 2021-11-03 |
Publish Date | 2016-12-06 |
Rating | 3.50/5 Total 4 Ratings |
Developer | Mika Lindell |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |