Haskell inspector
Adds an '>>' omnibox command and find results from hoogle, hackage
Cos'è Haskell inspector?
Haskell inspector è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Adds an '>>' omnibox command and find results from hoogle, hackage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Haskell inspector
Scarica i file di estensione Haskell inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Haskell inspector |
ID | fkopdhccgfgifcpkgndkohcpllhelhph |
URL Ufficiale | https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph |
Descrizione | Adds an '>>' omnibox command and find results from hoogle, hackage |
Dimensione del File | 39.01 KB |
Conteggio Installazioni | 127 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-03-28 |
Data di Pubblicazione | 2014-03-28 |
Valutazione | 4.00/5 Totale 8 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |