An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

# JS Search Extension

### The ultimate search extension for Javascript.

[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ennpfpdlaclocpomkiablnmbppdnlhoh.svg)](https://chrome.google.com/webstore/detail/js-search-extension/)
[![Mozilla Add-on](https://img.shields.io/amo/v/js-search-extension?color=%2320123A)](https://addons.mozilla.org/firefox/addon/js-search-extension/)
[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.1.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/)
[![license-mit](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/huhu/js-search-extension/blob/master/LICENSE-MIT)
[![license-apache](https://img.shields.io/badge/license-Apache-yellow.svg)](https://github.com/huhu/js-search-extension/blob/master/LICENSE-APACHE)
[![Discord](https://img.shields.io/discord/711895914494558250?label=chat&logo=discord)](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.