Clean Tab
An minimalistic and customizable New Tab page that replaces Chrome's default.
Clean Tab là gì?
Clean Tab là một tiện ích mở rộng Chrome được phát triển bởi Adam Howard, và tính năng chính của nó là "An minimalistic and customizable New Tab page that replaces Chrome's default.".
Ả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 Clean Tab
Tải xuống các tệp mở rộng Clean 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
This is a simple New Tab page that replaces the default one included with Chrome. It displays the time and date, and has a search bar that exclusively uses Google. There are also a few customization options, which are: - Custom image backgrounds from a URL - Solid color background by picking a custom color - Remove the time and date - Hide the background behind the search bar This extension is still new and under development, so if you have any feature requests or find anything you'd like me to update let me know!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lpmoaemacdlgeegfpnalfmeekbfbpfga |
URL Chính Thức | https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga |
Mô tả | An minimalistic and customizable New Tab page that replaces Chrome's default. |
Kích Thước Tệp | 18.07 KB |
Số Lần Cài Đặt | 199 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2017-02-19 |
Ngày Phát Hành | 2017-02-19 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Adam Howard |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://goo.gl/8Bb8wI |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Tab", "short_name": "Clean Tab", "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.", "version": "0.7", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "cleantab.html" } } |