Hide chromium code search banner
Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.
Qu'est-ce que Hide chromium code search banner ?
Hide chromium code search banner est une extension Chrome développée par yoz, et sa fonction principale est "Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hide chromium code search banner
Téléchargez les fichiers d'extension Hide chromium code search banner 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
Hides the banner on code.google.com/p/chromium/codesearch, saving hundreds of vertical pixels.
Informations de Base sur l'Extension
Nom | Hide chromium code search banner |
ID | podmafjjpjkcjldlhcigjmelmdpignni |
URL Officiel | https://chromewebstore.google.com/detail/hide-chromium-code-search/podmafjjpjkcjldlhcigjmelmdpignni |
Description | Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium. |
Taille du Fichier | 4.63 KB |
Nombre d'Installations | 100 |
Version Actuelle | 1.2.7 |
Dernière Mise à Jour | 2015-05-07 |
Date de Publication | 2015-05-07 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | yoz |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide chromium code search banner", "description": "Hides all the useless pixels at the top of the code search interface on code.google.com\/p\/chromium.", "version": "1.2.7", "content_scripts": [ { "matches": [ "*:\/\/code.google.com\/p\/chromium\/codesearch*" ], "css": [ "hidebanner.css" ] } ], "manifest_version": 2, "icons": { "48": "48.png" } } |