Dark New Tab
Change the default browser new tab to a completely dark new tab.
Dark New Tabとは何ですか?
Dark New TabはAlan Leeによって開発されたChromeの拡張機能で、その主な機能は「Change the default browser new tab to a completely dark new tab.」です。
拡張機能のスクリーンショット
Dark New Tab拡張機能のCRXファイルをダウンロード
Dark New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Top Dark New Tab is a simple extension that open a dark new tab rather than the default browser new tab. This extension is free and safe to use, simple installation and better browser performance. Its minimalist design and doesn't have any tracking.
拡張機能の基本情報
名前 | Dark New Tab |
ID | jjhejokikfeooblekcfnajbonfbfeaon |
公式URL | https://chromewebstore.google.com/detail/dark-new-tab/jjhejokikfeooblekcfnajbonfbfeaon |
説明 | Change the default browser new tab to a completely dark new tab. |
ファイルサイズ | 4.06 KB |
インストール数 | 11 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-07-13 |
公開日 | 2021-07-13 |
開発者 | Alan Lee |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension |
ヘルプページのURL | https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension |
プライバシーポリシーページのURL | https://www.webblocker.co/privacy_policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark New Tab", "description": "Change the default browser new tab to a completely dark new tab.", "manifest_version": 3, "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |