Blank New Tab (with Dark Mode Support)
A blank new tab page that supports your system dark mode.
Blank New Tab (with Dark Mode Support)とは何ですか?
Blank New Tab (with Dark Mode Support)はnickbreatonによって開発されたChromeの拡張機能で、その主な機能は「A blank new tab page that supports your system dark mode.」です。
拡張機能のスクリーンショット
Blank New Tab (with Dark Mode Support)拡張機能のCRXファイルをダウンロード
Blank New Tab (with Dark Mode Support)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open source on GitHub. MIT Licensed. Requires Chrome 88. 拡張機能の基本情報
| 名前 | |
| ID | nghggnkjhaidilgmjldjjeeilngmplij |
| 公式URL | https://chromewebstore.google.com/detail/blank-new-tab-with-dark-m/nghggnkjhaidilgmjldjjeeilngmplij |
| 説明 | A blank new tab page that supports your system dark mode. |
| ファイルサイズ | 516 KB |
| インストール数 | 138 |
| 現在のバージョン | 3.0.0 |
| 最終更新日 | 2023-06-23 |
| 公開日 | 2019-07-21 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | nickbreaton |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/nickbreaton/chrome-blank-new-tab |
| ヘルプページのURL | https://github.com/nickbreaton/chrome-blank-new-tab/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blank New Tab (with Dark Mode Support)",
"version": "3.0.0",
"description": "A blank new tab page that supports your system dark mode.",
"manifest_version": 3,
"minimum_chrome_version": "88.0.0.0",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
} | |