Hide chromium code search banner
Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.
什么是Hide chromium code search banner?
Hide chromium code search banner是由yoz开发的Chrome扩展程序,该扩展的主要功能是“Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.”。
扩展截图
下载Hide chromium code search banner扩展crx文件
下载Hide chromium code search banner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hides the banner on code.google.com/p/chromium/codesearch, saving hundreds of vertical pixels.
扩展基本信息
名称 | Hide chromium code search banner |
ID | podmafjjpjkcjldlhcigjmelmdpignni |
官方URL | https://chromewebstore.google.com/detail/hide-chromium-code-search/podmafjjpjkcjldlhcigjmelmdpignni |
简介 | Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium. |
文件大小 | 4.63 KB |
安装次数 | 100 |
当前版本 | 1.2.7 |
更新时间 | 2015-05-07 |
上架时间 | 2015-05-07 |
评分 | 4.44/5 共9次评分 |
开发者 | yoz |
付费类型 | free |
支持的语言 | 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" } } |