Persistent Google Search Bar
Quick fix so that the search bar stays at top during scroll
Wat is Persistent Google Search Bar?
Persistent Google Search Bar is een Chrome-extensie ontwikkeld door josephldailey, en de belangrijkste functie is "Quick fix so that the search bar stays at top during scroll".
Download het CRX-bestand van de extensie Persistent Google Search Bar
Download Persistent Google Search Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Persistent Google Search Bar |
ID | dpaniepcmcgflbboaepolckbpgnifbeb |
Officiële URL | https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb |
Beschrijving | Quick fix so that the search bar stays at top during scroll |
Bestandsgrootte | 18.26 KB |
Aantal Installaties | 238 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2013-12-02 |
Publicatiedatum | 2013-12-01 |
Beoordeling | 3.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | josephldailey |
Betalingswijze | free |
Ondersteunde Talen | 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" } |