Skip to content

12joan/search-on-wanikani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search on WaniKani

Search for selected text on WaniKani

Quick start

  1. Install the Firefox extension
  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 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 for more information.

See also