Haskell inspector
Adds an '>>' omnibox command and find results from hoogle, hackage
Co to jest Haskell inspector?
Haskell inspector to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Adds an '>>' omnibox command and find results from hoogle, hackage”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Haskell inspector
Pobierz pliki rozszerzeń Haskell inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Haskell inspector |
ID | fkopdhccgfgifcpkgndkohcpllhelhph |
Oficjalny URL | https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph |
Opis | Adds an '>>' omnibox command and find results from hoogle, hackage |
Rozmiar pliku | 39.01 KB |
Liczba instalacji | 127 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-03-28 |
Data Publikacji | 2014-03-28 |
Ocena | 4.00/5 Łącznie 8 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |