Github Super Search
Github Goto Anything Search
什么是Github Super Search?
Github Super Search是由orrybaram开发的Chrome扩展程序,该扩展的主要功能是“Github Goto Anything Search”。
扩展截图
下载Github Super Search扩展crx文件
下载Github Super Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds ctrl-shift-p key combo to popup github's search. Inspired by Sublime Text's Goto Anywhere feature. 扩展基本信息
| 名称 | |
| ID | cfbhifpagcclempcnlfdajgphkmokmfj |
| 官方URL | https://chromewebstore.google.com/detail/github-super-search/cfbhifpagcclempcnlfdajgphkmokmfj |
| 简介 | Github Goto Anything Search |
| 文件大小 | 46.74 KB |
| 安装次数 | 287 |
| 当前版本 | 0.2 |
| 更新时间 | 2013-08-12 |
| 上架时间 | 2013-08-12 |
| 开发者 | orrybaram |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Super Search",
"version": "0.2",
"manifest_version": 2,
"description": "Github Goto Anything Search",
"content_scripts": [
{
"matches": [
"http:\/\/*.github.com\/*",
"https:\/\/*.github.com\/*"
],
"js": [
"jquery.2.0.3.min.js",
"github_super_search.js"
],
"css": [
"github_super_search.css"
]
}
],
"permissions": [
"http:\/\/www.github.com\/"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |