Brave Browser - New Tab Theme
An alternative to the default new tab in Brave Browser.
Brave Browser - New Tab Theme là gì?
Brave Browser - New Tab Theme là một tiện ích mở rộng Chrome được phát triển bởi USA Web Development LLC, và tính năng chính của nó là "An alternative to the default new tab in Brave Browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Brave Browser - New Tab Theme
Tải xuống các tệp mở rộng Brave Browser - New Tab Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Brave Browser - New Tab Theme |
ID | giofhmdgihebfjkdadokickedgbbglcf |
URL Chính Thức | https://chromewebstore.google.com/detail/brave-browser-new-tab-the/giofhmdgihebfjkdadokickedgbbglcf |
Mô tả | An alternative to the default new tab in Brave Browser. |
Kích Thước Tệp | 1.17 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2023-04-03 |
Ngày Phát Hành | 2020-10-10 |
Đánh Giá | 3.36/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | USA Web Development LLC |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://paypal.me/bravenewtab |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |