Persistent Google Search Bar
Quick fix so that the search bar stays at top during scroll
¿Qué es Persistent Google Search Bar?
Persistent Google Search Bar es una extensión de Chrome desarrollada por josephldailey, y su función principal es "Quick fix so that the search bar stays at top during scroll".
Descargar Archivo CRX de la Extensión Persistent Google Search Bar
Descarga archivos de extensión Persistent Google Search Bar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Persistent Google Search Bar |
ID | dpaniepcmcgflbboaepolckbpgnifbeb |
URL Oficial | https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb |
Descripción | Quick fix so that the search bar stays at top during scroll |
Tamaño del Archivo | 18.26 KB |
Cantidad de Instalaciones | 238 |
Versión Actual | 0.1.2 |
Última Actualización | 2013-12-02 |
Fecha de Publicación | 2013-12-01 |
Calificación | 3.00/5 Total de 7 Calificaciones |
Desarrollador | josephldailey |
Tipo de Pago | free |
Idiomas Soportados | 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" } |