Persistent Google Search Bar
Quick fix so that the search bar stays at top during scroll
Cos'è Persistent Google Search Bar?
Persistent Google Search Bar è un'estensione di Chrome sviluppata da josephldailey, e la sua funzione principale è "Quick fix so that the search bar stays at top during scroll".
Scarica il file CRX dell'estensione Persistent Google Search Bar
Scarica i file di estensione Persistent Google Search Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Persistent Google Search Bar |
ID | dpaniepcmcgflbboaepolckbpgnifbeb |
URL Ufficiale | https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb |
Descrizione | Quick fix so that the search bar stays at top during scroll |
Dimensione del File | 18.26 KB |
Conteggio Installazioni | 238 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2013-12-02 |
Data di Pubblicazione | 2013-12-01 |
Valutazione | 3.00/5 Totale 7 Valutazioni |
Sviluppatore | josephldailey |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |