Persistent Google Search Bar
Quick fix so that the search bar stays at top during scroll
Qu'est-ce que Persistent Google Search Bar ?
Persistent Google Search Bar est une extension Chrome développée par josephldailey, et sa fonction principale est "Quick fix so that the search bar stays at top during scroll".
Télécharger le fichier CRX de l'extension Persistent Google Search Bar
Téléchargez les fichiers d'extension Persistent Google Search Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Persistent Google Search Bar |
ID | dpaniepcmcgflbboaepolckbpgnifbeb |
URL Officiel | https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb |
Description | Quick fix so that the search bar stays at top during scroll |
Taille du Fichier | 18.26 KB |
Nombre d'Installations | 238 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2013-12-02 |
Date de Publication | 2013-12-01 |
Évaluation | 3.00/5 Total 7 Évaluations |
Développeur | josephldailey |
Type de Paiement | free |
Langues Prises en Charge | 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" } |