Clean Up Google Homepage

This extension removes the footer, the About and Store links, and any promotions from the Google homepage.

Clean Up Google Homepageとは何ですか?

Clean Up Google HomepageはDavid Yangによって開発されたChromeの拡張機能で、その主な機能は「This extension removes the footer, the About and Store links, and any promotions from the Google homepage.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Clean Up Google Homepage拡張機能のCRXファイルをダウンロード

Clean Up Google Homepage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Icon courtesy of https://icons8.com/                    

拡張機能の基本情報

名前 Clean Up Google Homepage Clean Up Google Homepage
ID cjpmgcoeopklmgpemggjigeedeomiaei
公式URL https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei
説明 This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
ファイルサイズ 4.83 KB
インストール数 72
現在のバージョン 0.0.0.2
最終更新日 2018-02-16
公開日 2018-02-15
評価 3.00/5 合計 2 レビュー
開発者 David Yang
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Up Google Homepage",
    "description": "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.",
    "version": "0.0.0.2",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "page_action": {
        "default_title": "Clean Up Google Homepage"
    }
}