Haskell inspector
Adds an '>>' omnibox command and find results from hoogle, hackage
什么是Haskell inspector?
Haskell inspector是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adds an '>>' omnibox command and find results from hoogle, hackage”。
扩展截图
下载Haskell inspector扩展crx文件
下载Haskell inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple plugin to help you search haskell methods or packages. (Using hoogle and hackage)
In your search bar, tap ">>", and then tab to search content. 扩展基本信息
| 名称 | |
| ID | fkopdhccgfgifcpkgndkohcpllhelhph |
| 官方URL | https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph |
| 简介 | Adds an '>>' omnibox command and find results from hoogle, hackage |
| 文件大小 | 39.01 KB |
| 安装次数 | 127 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-03-28 |
| 上架时间 | 2014-03-28 |
| 评分 | 4.00/5 共8次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Haskell inspector",
"description": "Adds an '>>' omnibox command and find results from hoogle, hackage",
"version": "1.0",
"author": "Gonthier Olivier",
"permissions": [
"http:\/\/haskell.org\/*",
"http:\/\/*.haskell.org\/*"
],
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"128": "icons\/128.png"
},
"omnibox": {
"keyword": ">>"
},
"background": {
"scripts": [
"background.js",
"jquery-2.1.0.min.js"
]
}
} | |