Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/12joan/search-on-bunpro
- Owner: 12joan
- License: mpl-2.0
- Created: 2023-01-13T13:24:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T09:35:22.000Z (3 months ago)
- Last Synced: 2024-10-26T16:53:08.621Z (3 months ago)
- Topics: bunpro, language-learning
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/search-on-bunpro/
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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)