HoogleSearch

Adding Hoogle search to Chrome address bar.

HoogleSearch란 무엇입니까?

HoogleSearch은(는) https://shivankaul.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adding Hoogle search to Chrome address bar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        It's a pain to go to Hoogle (Haskell API search engine) every time I want to search for something Haskell-related. This simple Chrome Extension allows me to search Hoogle from the comfort of my address bar.

Install. Then, simply press `hs` in Chrome address bar, press Tab, and voila! You're searching Hoogle.                    

확장 프로그램 기본 정보

이름 HoogleSearch HoogleSearch
ID ngmmpghjcpelapoaafdekeeacbkohjco
공식 URL https://chromewebstore.google.com/detail/hooglesearch/ngmmpghjcpelapoaafdekeeacbkohjco
설명 Adding Hoogle search to Chrome address bar.
파일 크기 16.71 KB
설치 횟수 70
현재 버전 0.0.1
최근 업데이트 2016-02-24
출시 날짜 2016-02-24
평점 5.00/5 총 5 개의 평점
개발자 https://shivankaul.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://shivankaul.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HoogleSearch",
    "short_name": "HoogleSearch",
    "description": "Adding Hoogle search to Chrome address bar.",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "icons": {
        "64": "images\/icon-64.png",
        "32": "images\/icon-32.png",
        "128": "images\/icon-128.png"
    },
    "omnibox": {
        "keyword": "hs"
    }
}