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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |