Goto GoDoc
Open the currently selected page in pkg.go.dev
什么是Goto GoDoc?
Goto GoDoc是由Andreas Krennmair开发的Chrome扩展程序,该扩展的主要功能是“Open the currently selected page in pkg.go.dev”。
扩展截图
下载Goto GoDoc扩展crx文件
下载Goto GoDoc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Goto GoDoc |
ID | hdggomenfmfnepgloibbfabpbfenpkhe |
官方URL | https://chromewebstore.google.com/detail/goto-godoc/hdggomenfmfnepgloibbfabpbfenpkhe |
简介 | Open the currently selected page in pkg.go.dev |
文件大小 | 24.15 KB |
安装次数 | 198 |
当前版本 | 0.8 |
更新时间 | 2022-05-04 |
上架时间 | 2020-02-17 |
评分 | 5.00/5 共5次评分 |
开发者 | Andreas Krennmair |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |