Sourcetab: New Tab Dashboard
A material design dashboard for your browser's new tab page with widgets and settings.
Sourcetab: New Tab Dashboard là gì?
Sourcetab: New Tab Dashboard là một tiện ích mở rộng Chrome được phát triển bởi https://sourcetab.org, và tính năng chính của nó là "A material design dashboard for your browser's new tab page with widgets and settings.".
Ả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 Sourcetab: New Tab Dashboard
Tải xuống các tệp mở rộng Sourcetab: New Tab Dashboard 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
Features: - Multiple types of widgets to add to the dashboard and toolbar. - Different alignments for widgets in the toolbar. - Easily rearrange widgets through drag and drop while in edit mode. - Many customizable options in the settings. - Easy data management for backup and restoration later on. Backgrounds: - Solid color - Lineage gradient - Uploaded or URL-specified image/video - Embedded website - Embedded YouTube video Widgets: - Link (easily navigate to other websites) - Clock (display the time/date) - Note (record simple notes throughout the day) - IFrame (embed other websites as a widget)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sourcetab: New Tab Dashboard |
ID | akomlegpokabommpdjfmhnbdcnaefmdo |
URL Chính Thức | https://chromewebstore.google.com/detail/sourcetab-new-tab-dashboa/akomlegpokabommpdjfmhnbdcnaefmdo |
Mô tả | A material design dashboard for your browser's new tab page with widgets and settings. |
Kích Thước Tệp | 511 KB |
Số Lần Cài Đặt | 211 |
Phiên Bản Hiện Tại | 3.3.0 |
Cập Nhật Lần Cuối | 2023-04-24 |
Ngày Phát Hành | 2020-09-02 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://sourcetab.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sourcetab.org |
URL Trang Trợ Giúp | https://github.com/sourcetab/sourcetab |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sourcetab: New Tab Dashboard", "short_name": "Sourcetab", "description": "A material design dashboard for your browser's new tab page with widgets and settings.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": ".\/icons\/16.png", "19": ".\/icons\/19.png", "38": ".\/icons\/38.png", "48": ".\/icons\/48.png", "64": ".\/icons\/64.png", "128": ".\/icons\/128.png", "300": ".\/icons\/300.png", "500": ".\/icons\/500.png" }, "permissions": [ "storage" ], "version": "3.3.0", "manifest_version": 3 } |