Perfect New Tab
This extension replaces the new tab page with a more feature-rich and lightweight page.
什么是Perfect New Tab?
Perfect New Tab是由Ankit Gaurav开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces the new tab page with a more feature-rich and lightweight page.”。
扩展截图
下载Perfect New Tab扩展crx文件
下载Perfect New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | ljiklnmddpaoonnaoocaolnmpfcohjkn |
官方URL | https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn |
简介 | This extension replaces the new tab page with a more feature-rich and lightweight page. |
文件大小 | 138 KB |
安装次数 | 48 |
当前版本 | 6.0.1 |
更新时间 | 2020-10-15 |
上架时间 | 2019-03-05 |
评分 | 5.00/5 共4次评分 |
开发者 | Ankit Gaurav |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/theankitgaurav/perfect-new-tab |
帮助页面URL | https://github.com/theankitgaurav/perfect-new-tab/issues |
支持的语言 | 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\/" ] } |