Persistent Google Search Bar

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

Co to jest Persistent Google Search Bar?

Persistent Google Search Bar to rozszerzenie Chrome opracowane przez josephldailey, a jego główną funkcją jest „Quick fix so that the search bar stays at top during scroll”.

Pobierz plik CRX rozszerzenia Persistent Google Search Bar

Pobierz pliki rozszerzeń Persistent Google Search Bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Persistent Google Search Bar Persistent Google Search Bar
ID dpaniepcmcgflbboaepolckbpgnifbeb
Oficjalny URL https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb
Opis Quick fix so that the search bar stays at top during scroll
Rozmiar pliku 18.26 KB
Liczba instalacji 238
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2013-12-02
Data Publikacji 2013-12-01
Ocena 3.00/5 Łącznie 7 Oceny
Deweloper josephldailey
Typ Płatności free
Obsługiwane Języki 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"
}