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.

O que é Clean & Responsive New Tab?

Clean & Responsive New Tab é uma extensão do Chrome desenvolvida por http://52q.net, e sua principal característica é "Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Clean & Responsive New Tab

Baixe arquivos de extensão Clean & Responsive New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 (他这个版本安装后不起作用,只好自己动手,于是诞生了这个小插件。)                    

Informações Básicas da Extensão

Nome Clean & Responsive New Tab Clean & Responsive New Tab
ID lpnkkobpgijmokndhekbfkakhimjenil
URL Oficial https://chrome.google.com/webstore/detail/clean-responsive-new-tab/lpnkkobpgijmokndhekbfkakhimjenil
Descrição Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.
Tamanho do Arquivo 6.88 KB
Contagem de Instalações 11
Versão Atual 1.1
Última Atualização 2014-11-19
Data de Publicação 2014-11-19
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor http://52q.net
Tipo de Pagamento free
Site da Extensão https://github.com/ahu/Clean-Responsive-Chrome-NewTab
URL da Página de Ajuda https://github.com/ahu/Clean-Responsive-Chrome-NewTab
Idiomas Suportados 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*"
            ]
        }
    ]
}