New Tab Background Image Extension
Replace the default new tab page content with any background image.
New Tab Background Image Extension là gì?
New Tab Background Image Extension là một tiện ích mở rộng Chrome được phát triển bởi linuscedergren, và tính năng chính của nó là "Replace the default new tab page content with any background image.".
Ả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 New Tab Background Image Extension
Tải xuống các tệp mở rộng New Tab Background Image Extension 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New Tab Background Image Extension |
ID | iohffbeoicpkdleboejfalnmmokbfcep |
URL Chính Thức | https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep |
Mô tả | Replace the default new tab page content with any background image. |
Kích Thước Tệp | 8.27 KB |
Số Lần Cài Đặt | 73 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2022-10-29 |
Ngày Phát Hành | 2020-09-27 |
Nhà Phát Triển | linuscedergren |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |