Haskell inspector

Adds an '>>' omnibox command and find results from hoogle, hackage

Haskell inspector란 무엇입니까?

Haskell inspector은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds an '>>' omnibox command and find results from hoogle, hackage"입니다.

확장 프로그램 스크린샷

screenshot

Haskell inspector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Haskell inspector Haskell inspector
ID fkopdhccgfgifcpkgndkohcpllhelhph
공식 URL https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph
설명 Adds an '>>' omnibox command and find results from hoogle, hackage
파일 크기 39.01 KB
설치 횟수 127
현재 버전 1.0
최근 업데이트 2014-03-28
출시 날짜 2014-03-28
평점 4.00/5 총 8 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 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"
        ]
    }
}