Clean & Responsive New Tab

Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.

什么是Clean & Responsive New Tab?

Clean & Responsive New Tab是由http://52q.net开发的Chrome扩展程序,该扩展的主要功能是“Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.”。

扩展截图

screenshot

下载Clean & Responsive New Tab扩展crx文件

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

扩展使用说明

                        Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.

PS: It's forked from https://github.com/pacemkr/clean-newtab-page-chrome-extension (It can't work with the lastest chrome)

在Chrome原生新标签页基础上,隐藏掉了谷歌搜索等不常用模块,只保留了常用网站模块。重要的是,常用网站的列表支持响应式窗口缩放,确保在各种常见分辨率下都有较好的视觉效果。

备注:衍生自https://github.com/pacemkr/clean-newtab-page-chrome-extension (他这个版本安装后不起作用,只好自己动手,于是诞生了这个小插件。)                    

扩展基本信息

名称 Clean & Responsive New Tab Clean & Responsive New Tab
ID lpnkkobpgijmokndhekbfkakhimjenil
官方URL https://chrome.google.com/webstore/detail/clean-responsive-new-tab/lpnkkobpgijmokndhekbfkakhimjenil
简介 Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.
文件大小 6.88 KB
安装次数 11
当前版本 1.1
更新时间 2014-11-19
上架时间 2014-11-19
评分 3.00/5 共2次评分
开发者 http://52q.net
付费类型 free
扩展官网 https://github.com/ahu/Clean-Responsive-Chrome-NewTab
帮助页面URL https://github.com/ahu/Clean-Responsive-Chrome-NewTab
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean & Responsive New Tab",
    "description": "Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.",
    "version": "1.1",
    "author": "AHU ",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "c&r.css"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/_\/chrome\/newtab*"
            ]
        }
    ]
}