Haskell inspector
Adds an '>>' omnibox command and find results from hoogle, hackage
Qu'est-ce que Haskell inspector ?
Haskell inspector est une extension Chrome développée par Unknown, et sa fonction principale est "Adds an '>>' omnibox command and find results from hoogle, hackage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Haskell inspector
Téléchargez les fichiers d'extension Haskell inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Haskell inspector |
ID | fkopdhccgfgifcpkgndkohcpllhelhph |
URL Officiel | https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph |
Description | Adds an '>>' omnibox command and find results from hoogle, hackage |
Taille du Fichier | 39.01 KB |
Nombre d'Installations | 127 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-03-28 |
Date de Publication | 2014-03-28 |
Évaluation | 4.00/5 Total 8 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |