Haskell inspector
Adds an '>>' omnibox command and find results from hoogle, hackage
Wat is Haskell inspector?
Haskell inspector is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds an '>>' omnibox command and find results from hoogle, hackage".
Extensie Screenshots
Download het CRX-bestand van de extensie Haskell inspector
Download Haskell inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Haskell inspector |
ID | fkopdhccgfgifcpkgndkohcpllhelhph |
Officiële URL | https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph |
Beschrijving | Adds an '>>' omnibox command and find results from hoogle, hackage |
Bestandsgrootte | 39.01 KB |
Aantal Installaties | 127 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-03-28 |
Publicatiedatum | 2014-03-28 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |