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ファイルをダウンロード

Haskell inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        ]
    }
}