Hide chromium code search banner

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

Apa itu Hide chromium code search banner?

Hide chromium code search banner adalah ekstensi Chrome yang dikembangkan oleh yoz, dan fitur utamanya adalah "Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide chromium code search banner

Unduh file ekstensi Hide chromium code search banner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Hide chromium code search banner Hide chromium code search banner
ID podmafjjpjkcjldlhcigjmelmdpignni
URL Resmi https://chromewebstore.google.com/detail/hide-chromium-code-search/podmafjjpjkcjldlhcigjmelmdpignni
Deskripsi Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.
Ukuran File 4.63 KB
Jumlah Instalasi 100
Versi Saat Ini 1.2.7
Terakhir Diperbarui 2015-05-07
Tanggal Publikasi 2015-05-07
Penilaian 4.44/5 Total 9 Penilaian
Pengembang yoz
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}