go get for Github
Add a "go get" button to GitHub.
go get for Github क्या है?
go get for Github https://florinpatan.ro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a "go get" button to GitHub."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में go get for Github एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add a "go get" button to GitHub that puts command "go get github.com/user/repo" into clipboard. You can change the flags in the options of the extension. It is active only for repositories which contain Go as language. Usage: - left click copies the `go get` command to clipboard - CTRL + left click opens godoc.org for the current repository (or CMD on Mac) - ALT + left click opens goreportcard.com for the current repository - SHIFT + left click opens Sourcegraph for the current repository For searching reasons: golang Github: https://github.com/dlsniper/ggg
एक्सटेंशन की मूल जानकारी
नाम | go get for Github |
ID | ahkfiobnoafagbaaghmbbopfdpdbaidi |
आधिकारिक URL | https://chromewebstore.google.com/detail/go-get-for-github/ahkfiobnoafagbaaghmbbopfdpdbaidi |
विवरण | Add a "go get" button to GitHub. |
फ़ाइल का आकार | 55.17 KB |
स्थापना संख्या | 210 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2016-06-16 |
प्रकाशन तिथि | 2016-06-16 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://florinpatan.ro |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/dlsniper/ggg |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "go get for Github", "short_name": "go get", "version": "1.0.5", "manifest_version": 2, "description": "Add a \"go get\" button to GitHub.", "homepage_url": "https:\/\/github.com\/dlsniper\/ggg", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "src\/ggg\/options.html", "chrome_style": true }, "permissions": [ "clipboardWrite", "storage", "*:\/\/*.github.com\/*" ], "web_accessible_resources": [ "src\/jquery\/jquery-2.2.4.min.js", "src\/css\/ggg.css", "icons\/icon20.png" ], "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*" ], "js": [ "src\/jquery\/jquery-2.2.4.min.js", "src\/ggg\/ggg.js" ] } ] } |