Goto GoDoc
Open the currently selected page in pkg.go.dev
Goto GoDocคืออะไร?
Goto GoDoc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andreas Krennmair และคุณลักษณะหลักของมันคือ "Open the currently selected page in pkg.go.dev"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goto GoDoc
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |