Persistent Google Search Bar
Quick fix so that the search bar stays at top during scroll
Co je Persistent Google Search Bar?
Persistent Google Search Bar je rozšíření Chrome vyvinuté josephldailey, a jeho hlavní funkcí je „Quick fix so that the search bar stays at top during scroll“.
Stáhnout soubor CRX rozšíření Persistent Google Search Bar
Stáhněte si soubory rozšíření Persistent Google Search Bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Persistent Google Search Bar |
ID | dpaniepcmcgflbboaepolckbpgnifbeb |
Oficiální URL | https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb |
Popis | Quick fix so that the search bar stays at top during scroll |
Velikost souboru | 18.26 KB |
Počet instalací | 238 |
Aktuální Verze | 0.1.2 |
Poslední Aktualizace | 2013-12-02 |
Datum Vydání | 2013-12-01 |
Hodnocení | 3.00/5 Celkem 7 Hodnocení |
Vývojář | josephldailey |
Typ Platby | free |
Podporované Jazyky | 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" } |