Hide chromium code search banner

Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.

Hide chromium code search bannerとは何ですか?

Hide chromium code search bannerはyozによって開発されたChromeの拡張機能で、その主な機能は「Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.」です。

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

screenshot

Hide chromium code search banner拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Hides the banner on code.google.com/p/chromium/codesearch, saving hundreds of vertical pixels.                    

拡張機能の基本情報

名前 Hide chromium code search banner Hide chromium code search banner
ID podmafjjpjkcjldlhcigjmelmdpignni
公式URL https://chromewebstore.google.com/detail/hide-chromium-code-search/podmafjjpjkcjldlhcigjmelmdpignni
説明 Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.
ファイルサイズ 4.63 KB
インストール数 100
現在のバージョン 1.2.7
最終更新日 2015-05-07
公開日 2015-05-07
評価 4.44/5 合計 9 レビュー
開発者 yoz
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide chromium code search banner",
    "description": "Hides all the useless pixels at the top of the code search interface on code.google.com\/p\/chromium.",
    "version": "1.2.7",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/code.google.com\/p\/chromium\/codesearch*"
            ],
            "css": [
                "hidebanner.css"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "48.png"
    }
}