Perfect New Tab
This extension replaces the new tab page with a more feature-rich and lightweight page.
Perfect New Tab là gì?
Perfect New Tab là một tiện ích mở rộng Chrome được phát triển bởi Ankit Gaurav, và tính năng chính của nó là "This extension replaces the new tab page with a more feature-rich and lightweight page.".
Ả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 Perfect New Tab
Tải xuống các tệp mở rộng Perfect 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
Rejuvenate your New Tab Page in Chrome 🔥 Features: 1. Lightweight (~ half the memory consumption compared to default new tab page) 3. Fast (New tab should load in a jiffy) 4. Quick access to recently bookmarked links (Don't worry where your last bookmark went) 4. Handy Todos widget 5. Most Frequently visited sites 6. Shortcuts for settings, downloads, history etc. 7. Change theme colors to your taste (Right-click on extension icon and go to Options) This is a work-in-progress, and updates shall continue to come in intervals for improvements. Changelog (Maintained from version 6.0.0 onwards): Version: 6.0.1 + Add customization shortcut Version: 6.0.0 + Add color customization for theming
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ljiklnmddpaoonnaoocaolnmpfcohjkn |
URL Chính Thức | https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn |
Mô tả | This extension replaces the new tab page with a more feature-rich and lightweight page. |
Kích Thước Tệp | 138 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 6.0.1 |
Cập Nhật Lần Cuối | 2020-10-15 |
Ngày Phát Hành | 2019-03-05 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Ankit Gaurav |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/theankitgaurav/perfect-new-tab |
URL Trang Trợ Giúp | https://github.com/theankitgaurav/perfect-new-tab/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Perfect New Tab", "description": "This extension replaces the new tab page with a more feature-rich and lightweight page.", "homepage_url": "https:\/\/github.com\/theankitgaurav\/perfect-new-tab", "version": "6.0.1", "options_page": "src\/options.html", "chrome_url_overrides": { "newtab": "src\/index.html" }, "browser_action": [], "background": { "scripts": [ "src\/js\/background.js" ], "persistent": true }, "icons": { "48": "static\/icons\/icon.png" }, "permissions": [ "tabs", "bookmarks", "storage", "downloads", "history", "sessions", "topSites", "chrome:\/\/favicon\/" ] } |