https://github.com/huhu/go-search-extension
The ultimate search extension for Golang
https://github.com/huhu/go-search-extension
chrome-extension edge-extension firefox-extension golang golang-tools search-engine
Last synced: 20 days ago
JSON representation
The ultimate search extension for Golang
- Host: GitHub
- URL: https://github.com/huhu/go-search-extension
- Owner: huhu
- License: mit
- Created: 2020-03-08T14:59:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T13:14:07.000Z (2 months ago)
- Last Synced: 2025-03-29T09:12:37.635Z (27 days ago)
- Topics: chrome-extension, edge-extension, firefox-extension, golang, golang-tools, search-engine
- Language: Go
- Homepage: https://go.extension.sh
- Size: 5.52 MB
- Stars: 144
- Watchers: 6
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - huhu/go-search-extension - extension,edge-extension,firefox-extension,golang,golang-tools,search-engine pushed_at:2025-02 star:0.1k fork:0.0k The ultimate search extension for Golang (Go)
README
# Go Search Extension
### The ultimate search extension for Golang.



[](https://github.com/huhu/go-search-extension/blob/master/LICENSE)
[](https://discord.gg/xucZNVd)[https://go.extension.sh/](https://go.extension.sh/)
## Installation
- [Chrome Web Store](https://chrome.google.com/webstore/detail/golang-search/epanejkfcekejmmfbcpbcbigfpefbnlb)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/go-search-extension/)
- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/ebibclchdmagkhopidkjckjkbhghfehh)
## Features
- Search standard library docs
- Search third party packages on pkg.go.dev
- Search awesome golang resources
- Builtin commands (`book`, `conf`, `meetup`, `social`, and `history`)## How to use it
Input keyword **go** in the address bar, press `Space` to activate the search bar. Then enter any word
you want to search, the extension will response the related search results instantly.## Contribution
[jsonnet](https://jsonnet.org/) is required before getting started. To install `jsonnet`,
please check `jsonnet`'s [README](https://github.com/google/jsonnet#packages).
For Linux users, the `snap` is a good choice to [install jsonnet](https://snapcraft.io/install/jsonnet/ubuntu).```bash
$ git clone --recursive https://github.com/huhu/go-search-extension
Cloning into 'go-search-extension'...
$ cd go-search-extension$ make chrome # For Chrome version
$ make firefox # For Firefox version
$ make edge # For Edge version
```## Get involved
- You can contact us on Discord Channel: https://discord.gg/xucZNVd