New Tab Background Image Extension

Replace the default new tab page content with any background image.

New Tab Background Image Extensionとは何ですか?

New Tab Background Image Extensionはlinuscedergrenによって開発されたChromeの拡張機能で、その主な機能は「Replace the default new tab page content with any background image.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

New Tab Background Image Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension replaces the default new tab page with a custom background image page. You can add any image you like as a background image for the new tab page.                    

拡張機能の基本情報

名前 New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
公式URL https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep
説明 Replace the default new tab page content with any background image.
ファイルサイズ 8.27 KB
インストール数 73
現在のバージョン 1.4.0
最終更新日 2022-10-29
公開日 2020-09-27
開発者 linuscedergren
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Background Image Extension",
    "version": "1.4.0",
    "manifest_version": 3,
    "description": "Replace the default new tab page content with any background image.",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "icons": {
        "128": ".\/icon.png"
    }
}