Start Clean New Tab Page Lite
Open a new tab with a clean & fast ui, no search
什么是Start Clean New Tab Page Lite?
Start Clean New Tab Page Lite是由https://startclean.github.io开发的Chrome扩展程序,该扩展的主要功能是“Open a new tab with a clean & fast ui, no search”。
扩展截图
下载Start Clean New Tab Page Lite扩展crx文件
下载Start Clean New Tab Page Lite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Version with search: https://chrome.google.com/webstore/detail/start-clean-new-tab-page/oaaiopdkhehimlfmjjljfaaofohdpogd Start Clean Lite has no search, and is faster. When you open a new tab, focus goes to Chrome's omnibox (search bar). Start Clean offers a minimal ui that replaces Google Chrome's default page. It includes the top sites you visit, and shows your apps (both turned on in the settings). You can add your own custom links. Start Clean New Tab Page has less features and options than alternatives such as Awesome New Tab Page, but it is cleaner, faster, and has only what you need. Use Start Clean with your linux desktop to spice it up even more. Previous version updates: Version 0.2.5 includes bug fixes.
扩展基本信息
名称 | Start Clean New Tab Page Lite |
ID | hcpnfohelmaeaggdaechndhkpcednefi |
官方URL | https://chromewebstore.google.com/detail/start-clean-new-tab-page/hcpnfohelmaeaggdaechndhkpcednefi |
简介 | Open a new tab with a clean & fast ui, no search |
文件大小 | 84.82 KB |
安装次数 | 101 |
当前版本 | 0.2.9 |
更新时间 | 2016-12-16 |
上架时间 | 2016-12-16 |
评分 | 5.00/5 共3次评分 |
开发者 | https://startclean.github.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://startclean.github.io |
支持的语言 | en-US |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Open a new tab with a clean & fast ui, no search", "icons": { "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgDQiIDQHtMFX4\/LowDda2ZbYKbWhZqcb8gHEszQ8z6cLu9YXxZKkg5WCYPk6qRYIHGkb1GdxndBcUVueJclccrH2bTO7LGeIfQUcEeNQVQ64+\/KxVVBFDZgwy6DKP9QW6Q8Hlm9\/\/F6InR0BJaodIijjlFSfzH\/Is1jeqPSbJeYUZpE8FYnFxQtYrY0wpOC2q4RxPJwioCCnin0ZImXUJ\/I16RjbfWjlJ6+8wCd637pgjL0nbimjjWJa3XhcQoEiL4OYemcwlZu6Fl1cRDHhD6tTqfdtyMrIhTJGGoECeXoYuihcSA3NXsfCwDwUlb93LkQ+lE\/WJaTZjrGWl8qcKQIDAQAB", "manifest_version": 2, "name": "Start Clean New Tab Page Lite", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "management", "storage", "topSites" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.9" } |