Goto GoDoc
Open the currently selected page in pkg.go.dev
Goto GoDoc क्या है?
Goto GoDoc Andreas Krennmair द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the currently selected page in pkg.go.dev"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Goto GoDoc एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |