Go doc finder

Quickly find Go doc packages served in localhost:6060 or tip.golang.org

什么是Go doc finder?

Go doc finder是由siadat.dev开发的Chrome扩展程序,该扩展的主要功能是“Quickly find Go doc packages served in localhost:6060 or tip.golang.org”。

扩展截图

screenshot

下载Go doc finder扩展crx文件

下载Go doc finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        github.com/siadat/chrome-godoc

Search in Go docs and quickly find documentation for a package, function, or type.

Type 'go' followed by a package name and optionally followed by a function of type name. For example, try 'go http', or 'go httpu dump'.

Examples:

    go http
    go http new
    go http#new
    go #new
    go #

Clear the cache with:

    go !

See https://github.com/siadat/chrome-godoc for usage.                    

扩展基本信息

名称 Go doc finder Go doc finder
ID ngfiehnpfcdmknddodaojcjpondamjcc
官方URL https://chromewebstore.google.com/detail/go-doc-finder/ngfiehnpfcdmknddodaojcjpondamjcc
简介 Quickly find Go doc packages served in localhost:6060 or tip.golang.org
文件大小 5.18 KB
安装次数 31
当前版本 0.4.0
更新时间 2016-07-21
上架时间 2016-07-21
评分 5.00/5 共3次评分
开发者 siadat.dev
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go doc finder",
    "short_name": "go",
    "description": "Quickly find Go doc packages served in localhost:6060 or tip.golang.org",
    "version": "0.4.0",
    "author": "Sina Siadat ",
    "homepage_url": "https:\/\/github.com\/siadat\/chrome-godoc",
    "permissions": [
        "http:\/\/localhost:6060\/*",
        "https:\/\/tip.golang.org\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "go"
    },
    "icons": {
        "16": "go.png"
    }
}