Haskell inspector
Adds an '>>' omnibox command and find results from hoogle, hackage
Was ist Haskell inspector?
Haskell inspector ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Adds an '>>' omnibox command and find results from hoogle, hackage".
Erweiterungsscreenshots
Haskell inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Haskell inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Haskell inspector |
ID | fkopdhccgfgifcpkgndkohcpllhelhph |
Offizielle URL | https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph |
Beschreibung | Adds an '>>' omnibox command and find results from hoogle, hackage |
Dateigröße | 39.01 KB |
Installationsanzahl | 127 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-03-28 |
Veröffentlichungsdatum | 2014-03-28 |
Bewertung | 4.00/5 Insgesamt 8 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |