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
官方網址 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"
        ]
    }
}