Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

Empty New Tab Page - Select Your Background.とは何ですか?

Empty New Tab Page - Select Your Background.はThomas Tavernierによって開発されたChromeの拡張機能で、その主な機能は「The new tab page is now empty, you can select the background color of your choice.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Empty New Tab Page - Select Your Background.拡張機能のCRXファイルをダウンロード

Empty New Tab Page - Select Your Background.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

拡張機能の基本情報

名前 Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
公式URL https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
説明 The new tab page is now empty, you can select the background color of your choice.
ファイルサイズ 10.4 KB
インストール数 122
現在のバージョン 1.4.0
最終更新日 2021-08-15
公開日 2019-09-19
評価 5.00/5 合計 7 レビュー
開発者 Thomas Tavernier
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ThomasTavernier/empty-new-tab-page
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}