Hide chromium code search banner
Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.
Wat is Hide chromium code search banner?
Hide chromium code search banner is een Chrome-extensie ontwikkeld door yoz, en de belangrijkste functie is "Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide chromium code search banner
Download Hide chromium code search banner-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
Hides the banner on code.google.com/p/chromium/codesearch, saving hundreds of vertical pixels. Basisinformatie over de Extensie
| Naam | |
| ID | podmafjjpjkcjldlhcigjmelmdpignni |
| Officiële URL | https://chromewebstore.google.com/detail/hide-chromium-code-search/podmafjjpjkcjldlhcigjmelmdpignni |
| Beschrijving | Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium. |
| Bestandsgrootte | 4.63 KB |
| Aantal Installaties | 100 |
| Huidige Versie | 1.2.7 |
| Laatst Bijgewerkt | 2015-05-07 |
| Publicatiedatum | 2015-05-07 |
| Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | yoz |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |