Random Colored New Tab
When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
Random Colored New Tab là gì?
Random Colored New Tab là một tiện ích mở rộng Chrome được phát triển bởi Anacron, và tính năng chính của nó là "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".
Ả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 Random Colored New Tab
Tải xuống các tệp mở rộng Random Colored New Tab 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
The name says it all! When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel. The extension is fairly simple and does not access any personal data or cookies on your browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
URL Chính Thức | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
Mô tả | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
Kích Thước Tệp | 104 KB |
Số Lần Cài Đặt | 404 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2012-09-11 |
Ngày Phát Hành | 2012-09-11 |
Đánh Giá | 2.33/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Anacron |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Colored New Tab", "version": "1.6", "manifest_version": 2, "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.", "chrome_url_overrides": { "newtab": "random_new_page.html" }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |