Persistent Google Search Bar
Quick fix so that the search bar stays at top during scroll
Vad är Persistent Google Search Bar?
Persistent Google Search Bar är en Chrome-tillägg utvecklad av josephldailey, och dess huvudfunktion är "Quick fix so that the search bar stays at top during scroll".
Ladda ner Persistent Google Search Bar-förlängningens CRX-fil
Ladda ner Persistent Google Search Bar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Persistent Google Search Bar |
ID | dpaniepcmcgflbboaepolckbpgnifbeb |
Officiell webbadress | https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb |
Beskrivning | Quick fix so that the search bar stays at top during scroll |
Filstorlek | 18.26 KB |
Antal Installationer | 238 |
Aktuell Version | 0.1.2 |
Senast Uppdaterad | 2013-12-02 |
Publiceringsdatum | 2013-12-01 |
Betyg | 3.00/5 Totalt 7 Betyg |
Utvecklare | josephldailey |
Betalningssätt | free |
Stödda Språk | 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" } |