Blank new tab page - dark mode
Override the new tab page with a blank one
Blank new tab page - dark modeとは何ですか?
Blank new tab page - dark modeはrvrn22によって開発されたChromeの拡張機能で、その主な機能は「Override the new tab page with a blank one」です。
拡張機能のスクリーンショット
Blank new tab page - dark mode拡張機能のCRXファイルをダウンロード
Blank new tab page - dark mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Blank New Tab - Dark Mode
拡張機能の基本情報
名前 | |
ID | labpicbakmhjddbhpeanjgeapfonhago |
公式URL | https://chromewebstore.google.com/detail/blank-new-tab-page-dark-m/labpicbakmhjddbhpeanjgeapfonhago |
説明 | Override the new tab page with a blank one |
ファイルサイズ | 3.18 KB |
インストール数 | 82 |
現在のバージョン | 0.2 |
最終更新日 | 2019-02-24 |
公開日 | 2019-02-24 |
開発者 | rvrn22 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blank new tab page - dark mode", "description": "Override the new tab page with a blank one", "version": "0.2", "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2 } |