Persistent Google Search Bar

Quick fix so that the search bar stays at top during scroll

Persistent Google Search Bar란 무엇입니까?

Persistent Google Search Bar은(는) josephldailey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick fix so that the search bar stays at top during scroll"입니다.

Persistent Google Search Bar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This light weight extensions make the google search bar (the grey one) stay at the top no matter how far down you scroll. I don't even understand why this isn't already part of the site.                    

확장 프로그램 기본 정보

이름 Persistent Google Search Bar Persistent Google Search Bar
ID dpaniepcmcgflbboaepolckbpgnifbeb
공식 URL https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb
설명 Quick fix so that the search bar stays at top during scroll
파일 크기 18.26 KB
설치 횟수 238
현재 버전 0.1.2
최근 업데이트 2013-12-02
출시 날짜 2013-12-01
평점 3.00/5 총 7 개의 평점
개발자 josephldailey
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "steam.js"
            ],
            "matches": [
                "http:\/\/www.google.com\/*q=*",
                "https:\/\/www.google.com\/*q=*",
                "https:\/\/www.google.com\/",
                "http:\/\/www.google.com\/"
            ]
        }
    ],
    "description": "Quick fix so that the search bar stays at top during scroll",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Persistent Google Search Bar",
    "version": "0.1.2"
}