Hide chromium code search banner
Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.
What is Hide chromium code search banner?
Hide chromium code search banner is a Chrome extension developed by yoz, and its main feature is "Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.".
Extension Screenshots
Download Hide chromium code search banner Extension CRX File
Download Hide chromium code search banner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hides the banner on code.google.com/p/chromium/codesearch, saving hundreds of vertical pixels.
Extension Basic Information
Name | Hide chromium code search banner |
ID | podmafjjpjkcjldlhcigjmelmdpignni |
Official URL | 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. |
File Size | 4.63 KB |
Installation Count | 100 |
Current Version | 1.2.7 |
Last Updated | 2015-05-07 |
Publish Date | 2015-05-07 |
Rating | 4.44/5 Total 9 Ratings |
Developer | yoz |
Payment Type | free |
Supported Languages | 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" } } |