https://github.com/huhu/js-search-extension
The ultimate search extension for Javascript (WIP)
https://github.com/huhu/js-search-extension
chrome-extension firefox-extension microsoft-edge-extension productivity-tools
Last synced: about 1 month ago
JSON representation
The ultimate search extension for Javascript (WIP)
- Host: GitHub
- URL: https://github.com/huhu/js-search-extension
- Owner: huhu
- License: apache-2.0
- Created: 2020-05-13T16:12:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T13:31:28.000Z (4 months ago)
- Last Synced: 2025-04-20T01:33:00.795Z (about 2 months ago)
- Topics: chrome-extension, firefox-extension, microsoft-edge-extension, productivity-tools
- Language: JavaScript
- Homepage: https://js.extension.sh
- Size: 2.53 MB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JS Search Extension
### The ultimate search extension for Javascript.
[](https://chrome.google.com/webstore/detail/js-search-extension/)
[](https://addons.mozilla.org/firefox/addon/js-search-extension/)
[](https://microsoftedge.microsoft.com/addons/detail/)
[](https://github.com/huhu/js-search-extension/blob/master/LICENSE-MIT)
[](https://github.com/huhu/js-search-extension/blob/master/LICENSE-APACHE)
[](https://discord.gg/xucZNVd)[https://js.extension.sh](https://js.extension.sh)
## Installation
- [Chrome Web Store](https://chrome.google.com/webstore/detail/js-search-extension/)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/js-search-extension/)
- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/)
## Features
- Search Javascript docs from Mozilla websites (MDN)
- Builtin commands (`html`, `css`, `event`, and `history`)## How to use it
Input keyword **js** in the address bar, press `Space` to activate the search bar. Then enter any word
you want to search, the extension will respond 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/js-search-extension
Cloning into 'js-search-extension'...
$ cd js-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
- Or by adding the Wechat ID: `huhu_io`, we'll invite you to our Wechat group.