Top Sites
A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.
Top Sites là gì?
Top Sites là một tiện ích mở rộng Chrome được phát triển bởi devhl, và tính năng chính của nó là "A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.".
Ả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 Top Sites
Tải xuống các tệp mở rộng Top Sites 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
Replaces the new tab. It's like the old new tab, only better. V1.0.1 - Improved locating the favicon V1.0.0 - Removes many features that seemed unnecessary Replaced screenshot of web site with favicon since the url used to get the screenshot no longer works V0.4 - Integrates with the Extension Viewer extension. V0.3 - Changed the name and image. V0.2 - Small CSS changes Redesigned more from developer page V0.1 - First release Browser image courtesy of https://www.flaticon.com/free-icon/browser_5045810?term=site&page=1&position=3&page=1&position=3&related_id=5045810&origin=search#
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Top Sites |
ID | jmhdkoepjdogkklbdildaallfnipblod |
URL Chính Thức | https://chromewebstore.google.com/detail/top-sites/jmhdkoepjdogkklbdildaallfnipblod |
Mô tả | A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab. |
Kích Thước Tệp | 21.89 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-01-21 |
Ngày Phát Hành | 2014-06-22 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | devhl |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/devhl-labs/Chrome.BetterNewTab |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Top Sites", "version": "1.0.2", "manifest_version": 2, "description": "A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.", "permissions": [ "topSites" ], "web_accessible_resources": [ "src\/newtab.js" ], "chrome_url_overrides": { "newtab": "src\/newtab.html" }, "icons": { "16": "src\/icons\/browser16.png", "32": "src\/icons\/browser32.png", "128": "src\/icons\/browser128.png" } } |