Anti-bar

Removes black bar on top of Google.com, Gmail, and most Google apps.

Anti-bar란 무엇입니까?

Anti-bar은(는) https://www.cs.umd.edu/~bederson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes black bar on top of Google.com, Gmail, and most Google apps."입니다.

확장 프로그램 스크린샷

screenshot

Anti-bar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension removes the black bar that Google now puts across the top of their applications. Use this extension if you (like me), find that spending 30 vertical pixels is too much in order to support simple navigation to things that you or may not want to use (and have other easy ways to get to).  Furthermore, if you find the black bar visually jarring and distracting, and that it is essentially a continuous advertisement for Google services that you don't need to see, then this is for you.

The extension runs in the background and simply removes the black bar whenever a Google app is loaded (or refreshed). There is no visible user interface.

Privacy: This app does not access any page information of any kind - it simply runs once when the app is launched and removes the black bar - that's it.                    

확장 프로그램 기본 정보

이름 Anti-bar Anti-bar
ID naffohgpjobghliccmgjgagdpknmgeba
공식 URL https://chromewebstore.google.com/detail/anti-bar/naffohgpjobghliccmgjgagdpknmgeba
설명 Removes black bar on top of Google.com, Gmail, and most Google apps.
파일 크기 46.47 KB
설치 횟수 37
현재 버전 1.2
최근 업데이트 2012-03-31
출시 날짜 2012-03-30
평점 3.00/5 총 3 개의 평점
개발자 https://www.cs.umd.edu/~bederson
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti-bar",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Removes black bar on top of Google.com, Gmail, and most Google apps.",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "http:\/\/*.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "antibar.js"
            ]
        }
    ],
    "minimum_chrome_version": "17"
}