Clean Tab

An minimalistic and customizable New Tab page that replaces Chrome's default.

什么是Clean Tab?

Clean Tab是由Adam Howard开发的Chrome扩展程序,该扩展的主要功能是“An minimalistic and customizable New Tab page that replaces Chrome's default.”。

扩展截图

screenshot
screenshot

下载Clean Tab扩展crx文件

下载Clean Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a simple New Tab page that replaces the default one included with Chrome. It displays the time and date, and has a search bar that exclusively uses Google. There are also a few customization options, which are:

 - Custom image backgrounds from a URL
 - Solid color background by picking a custom color
 - Remove the time and date
 - Hide the background behind the search bar

This extension is still new and under development, so if you have any feature requests or find anything you'd like me to update let me know!                    

扩展基本信息

名称 Clean Tab Clean Tab
ID lpmoaemacdlgeegfpnalfmeekbfbpfga
官方URL https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga
简介 An minimalistic and customizable New Tab page that replaces Chrome's default.
文件大小 18.07 KB
安装次数 199
当前版本 0.7
更新时间 2017-02-19
上架时间 2017-02-19
评分 4.75/5 共4次评分
开发者 Adam Howard
电子邮箱 [email protected]
付费类型 free
扩展官网 https://goo.gl/8Bb8wI
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Tab",
    "short_name": "Clean Tab",
    "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.",
    "version": "0.7",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "cleantab.html"
    }
}