Brave Browser - New Tab Theme

An alternative to the default new tab in Brave Browser.

Brave Browser - New Tab Themeとは何ですか?

Brave Browser - New Tab ThemeはUSA Web Development LLCによって開発されたChromeの拡張機能で、その主な機能は「An alternative to the default new tab in Brave Browser.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Brave Browser - New Tab Theme拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Donations help us make improvements to the project! https://paypal.me/bravenewtab

This extension can be installed in Chrome, Brave, or any other Chromium-based browser.

One downside of Brave is that it does not offer as many built-in customization features for the new tab as we would hope for.

With this extension, you can easily change the background, add shortcuts, and do much more with your new tab, while still incorporating Brave-oriented features.

Please note that is extension is based off of an extension called Infinite Dashboard:
https://chrome.google.com/webstore/detail/infinite-dashboard-new-ta/meffljleomgifbbcffejnmhjagncfpbd

This extension and its developers are not affiliated with Infinite Dashboard in any way.                    

拡張機能の基本情報

名前 Brave Browser - New Tab Theme Brave Browser - New Tab Theme
ID giofhmdgihebfjkdadokickedgbbglcf
公式URL https://chromewebstore.google.com/detail/brave-browser-new-tab-the/giofhmdgihebfjkdadokickedgbbglcf
説明 An alternative to the default new tab in Brave Browser.
ファイルサイズ 1.17 MB
インストール数 10,000
現在のバージョン 3
最終更新日 2023-04-03
公開日 2020-10-10
評価 3.36/5 合計 36 レビュー
開発者 USA Web Development LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://paypal.me/bravenewtab
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brave Browser - New Tab Theme",
    "version": "3",
    "description": "An alternative to the default new tab in Brave Browser.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "action": {
        "default_icon": {
            "64": "img\/64.png"
        }
    },
    "icons": {
        "128": "img\/128.png",
        "32": "img\/32.png",
        "64": "img\/64.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}