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 - это расширение Chrome, разработанное http://52q.net, и его основная функция - "Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Clean & Responsive New Tab

Скачайте файлы расширений 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*"
            ]
        }
    ]
}