Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/12joan/search-on-bunpro

Firefox extension to search for selected text on Bunpro
https://github.com/12joan/search-on-bunpro

bunpro language-learning

Last synced: about 1 month ago
JSON representation

Firefox extension to search for selected text on Bunpro

Awesome Lists containing this project

README

        

# Search on Bunpro

Search for selected text on Bunpro

## Quick start

1. Install the [Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/search-on-bunpro/)
2. Select any text on a web page
3. Right-click to open the context menu
4. Click "Search on Bunpro"

## Development

To run the extension locally, we recommend using the [web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/) NPM module, which you can install as follows.

```
# NPM
npm install --global web-ext

# Yarn
yarn global add web-ext
```

To open the extension in a fresh Firefox instance,

```
web-ext run
```

To package the extension for publishing on addons.mozilla.org,

```
web-ext build
```

See the [web-ext documentation](https://github.com/mozilla/web-ext#documentation) for more information.

## See also

- [Search on Kitsun.io](https://github.com/Ollie2304/Search-on-Kitsun.io)
- [Search on WaniKani](https://github.com/12joan/search-on-wanikani)