New Tab
A minimalist replacement for Chrome's New Tab page.
New Tabとは何ですか?
New TabはAdam Schwartzによって開発されたChromeの拡張機能で、その主な機能は「A minimalist replacement for Chrome's New Tab page.」です。
拡張機能のスクリーンショット
New Tab拡張機能のCRXファイルをダウンロード
New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces Chrome's New Tab page with a minimalist version which shows a blank white page and an imitation of the Bookmarks Bar. To recover the default New Tab page, simply remove the extension. 拡張機能の基本情報
| 名前 | |
| ID | adcpijkmbecohfalcbafjgadfnpchhlg |
| 公式URL | https://chromewebstore.google.com/detail/new-tab/adcpijkmbecohfalcbafjgadfnpchhlg |
| 説明 | A minimalist replacement for Chrome's New Tab page. |
| ファイルサイズ | 11.29 KB |
| インストール数 | 34,320 |
| 現在のバージョン | 14.0 |
| 最終更新日 | 2022-09-06 |
| 公開日 | 2018-11-08 |
| 評価 | 3.63/5 合計 141 レビュー |
| 開発者 | Adam Schwartz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/adamschwartz/chrome-new-tab#readme |
| ヘルプページのURL | https://github.com/adamschwartz/chrome-new-tab/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Adam Schwartz",
"name": "New Tab",
"version": "14.0",
"manifest_version": 2,
"minimum_chrome_version": "103",
"description": "A minimalist replacement for Chrome's New Tab page.",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"32": "icons\/icon32.png",
"16": "icons\/icon16.png"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"web_accessible_resources": [
"newtab.html"
]
} | |