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*"
            ]
        }
    ]
}