Goto GoDoc
Open the currently selected page in pkg.go.dev
Qu'est-ce que Goto GoDoc ?
Goto GoDoc est une extension Chrome développée par Andreas Krennmair, et sa fonction principale est "Open the currently selected page in pkg.go.dev".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Goto GoDoc
Téléchargez les fichiers d'extension Goto GoDoc 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
Goto GoDoc allows you to show the documentation of a currently opened repository of a Go package. Most Go packages contain documentation. If a package provides a public source code repository, e.g. on GitHub, BitBucket, Launchpad, Google Code, or even self-hosted, the documentation contained within the package (including subpackages) can be viewed online on pkg.go.dev. If you're on the website of a Go package's source code repository, then you can open this documentation with a single click. If you attempt to open Go package documentation for a website that doesn't host one, you will be redirected to the search function on pkg.go.dev.
Informations de Base sur l'Extension
Nom | Goto GoDoc |
ID | hdggomenfmfnepgloibbfabpbfenpkhe |
URL Officiel | https://chromewebstore.google.com/detail/goto-godoc/hdggomenfmfnepgloibbfabpbfenpkhe |
Description | Open the currently selected page in pkg.go.dev |
Taille du Fichier | 24.15 KB |
Nombre d'Installations | 198 |
Version Actuelle | 0.8 |
Dernière Mise à Jour | 2022-05-04 |
Date de Publication | 2020-02-17 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Andreas Krennmair |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Goto GoDoc", "description": "Open the currently selected page in pkg.go.dev", "version": "0.8", "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png", "default_title": "Goto GoDoc" }, "background": { "service_worker": "background.js", "type": "module" } } |