Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Empty New Tab Pageとは何ですか?
Empty New Tab Pageは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.」です。
拡張機能のスクリーンショット
Empty New Tab Page拡張機能のCRXファイルをダウンロード
Empty New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex. Version 1.2.0 adds dark mode support.
拡張機能の基本情報
名前 | Empty New Tab Page |
ID | dpjamkmjmigaoobjbekmfgabipmfilij |
公式URL | https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij |
説明 | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
ファイルサイズ | 10.61 KB |
インストール数 | 198,868 |
現在のバージョン | 1.2.0 |
最終更新日 | 2021-09-14 |
公開日 | 2019-05-13 |
評価 | 4.40/5 合計 1183 レビュー |
開発者 | [email protected] |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Empty New Tab Page", "version": "1.2.0", "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "empty_ntp.html" } } |