Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/12joan/search-on-wanikani
Firefox extension to search for selected text on WaniKani
https://github.com/12joan/search-on-wanikani
language-learning wanikani
Last synced: 23 days ago
JSON representation
Firefox extension to search for selected text on WaniKani
- Host: GitHub
- URL: https://github.com/12joan/search-on-wanikani
- Owner: 12joan
- License: mpl-2.0
- Created: 2023-01-12T17:20:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T13:42:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T16:54:15.244Z (2 months ago)
- Topics: language-learning, wanikani
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/search-on-wanikani/
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Search on WaniKani
Search for selected text on WaniKani
## Quick start
1. Install the [Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/search-on-wanikani/)
2. Select any text on a web page
3. Right-click to open the context menu
4. Choose either "Search Kanji on WaniKani" or "Search Vocabulary on WaniKani"## 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 Bunpro](https://github.com/12joan/search-on-bunpro)