Go doc finder

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

Qu'est-ce que Go doc finder ?

Go doc finder est une extension Chrome développée par siadat.dev, et sa fonction principale est "Quickly find Go doc packages served in localhost:6060 or tip.golang.org".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Go doc finder

Téléchargez les fichiers d'extension Go doc finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Go doc finder Go doc finder
ID ngfiehnpfcdmknddodaojcjpondamjcc
URL Officiel https://chromewebstore.google.com/detail/go-doc-finder/ngfiehnpfcdmknddodaojcjpondamjcc
Description Quickly find Go doc packages served in localhost:6060 or tip.golang.org
Taille du Fichier 5.18 KB
Nombre d'Installations 31
Version Actuelle 0.4.0
Dernière Mise à Jour 2016-07-21
Date de Publication 2016-07-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur siadat.dev
Type de Paiement free
Langues Prises en Charge 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"
    }
}