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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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