Goto GoDoc
Open the currently selected page in pkg.go.dev
Was ist Goto GoDoc?
Goto GoDoc ist eine Chrome-Erweiterung, die von Andreas Krennmair entwickelt wurde, und ihr Hauptmerkmal ist "Open the currently selected page in pkg.go.dev".
Erweiterungsscreenshots
Goto GoDoc-Erweiterungs-CRX-Datei herunterladen
Laden Sie Goto GoDoc-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hdggomenfmfnepgloibbfabpbfenpkhe |
| Offizielle URL | https://chromewebstore.google.com/detail/goto-godoc/hdggomenfmfnepgloibbfabpbfenpkhe |
| Beschreibung | Open the currently selected page in pkg.go.dev |
| Dateigröße | 24.15 KB |
| Installationsanzahl | 198 |
| Aktuelle Version | 0.8 |
| Letztes Update | 2022-05-04 |
| Veröffentlichungsdatum | 2020-02-17 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Andreas Krennmair |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |