Goto GoDoc
Open the currently selected page in pkg.go.dev
Goto GoDoc là gì?
Goto GoDoc là một tiện ích mở rộng Chrome được phát triển bởi Andreas Krennmair, và tính năng chính của nó là "Open the currently selected page in pkg.go.dev".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Goto GoDoc
Tải xuống các tệp mở rộng Goto GoDoc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Goto GoDoc |
ID | hdggomenfmfnepgloibbfabpbfenpkhe |
URL Chính Thức | https://chromewebstore.google.com/detail/goto-godoc/hdggomenfmfnepgloibbfabpbfenpkhe |
Mô tả | Open the currently selected page in pkg.go.dev |
Kích Thước Tệp | 24.15 KB |
Số Lần Cài Đặt | 198 |
Phiên Bản Hiện Tại | 0.8 |
Cập Nhật Lần Cuối | 2022-05-04 |
Ngày Phát Hành | 2020-02-17 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Andreas Krennmair |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |