Haskell inspector
Adds an '>>' omnibox command and find results from hoogle, hackage
What is Haskell inspector?
Haskell inspector is a Chrome extension developed by Unknown, and its main feature is "Adds an '>>' omnibox command and find results from hoogle, hackage".
Extension Screenshots
Download Haskell inspector Extension CRX File
Download Haskell inspector 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
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.
Extension Basic Information
Name | Haskell inspector |
ID | fkopdhccgfgifcpkgndkohcpllhelhph |
Official URL | https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph |
Description | Adds an '>>' omnibox command and find results from hoogle, hackage |
File Size | 39.01 KB |
Installation Count | 127 |
Current Version | 1.0 |
Last Updated | 2014-03-28 |
Publish Date | 2014-03-28 |
Rating | 4.00/5 Total 8 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } } |