Haskell inspector
Adds an '>>' omnibox command and find results from hoogle, hackage
O que é Haskell inspector?
Haskell inspector é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Adds an '>>' omnibox command and find results from hoogle, hackage".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Haskell inspector
Baixe arquivos de extensão Haskell inspector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Haskell inspector |
ID | fkopdhccgfgifcpkgndkohcpllhelhph |
URL Oficial | https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph |
Descrição | Adds an '>>' omnibox command and find results from hoogle, hackage |
Tamanho do Arquivo | 39.01 KB |
Contagem de Instalações | 127 |
Versão Atual | 1.0 |
Última Atualização | 2014-03-28 |
Data de Publicação | 2014-03-28 |
Classificação | 4.00/5 Total de 8 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |