Kholid060 / KOTOBAi

A browser extension for showing Japanese word definitions and reading by hovering over words.

Home Page:https://chromewebstore.google.com/detail/kotobai/ggimgmdngdcdamnjdcjimaajbofcolia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

KOTOBAi

A browser extension for showing Japanese word definitions and reading by hovering over words.

Chrome web store

Chrome Web Store

Firefox add-ons

Firefox Add-ons

Features:

  • Word bookmarks and practice using flashcards or tests.
  • Anki Integration
  • Command menu for searching words, kanji, or names. Press the Ctrl+Alt+A keys on any page to open the command menu.
  • Dashboard page to see more details about a word, kanji, or name with its stroke order.

Project setup

# Install dependencies
yarn install

# Compiles and hot-reloads for development for the chrome browser
yarn dev

# Compiles and minifies for production for the chrome browser
yarn build

# Create a zip file from the build folder
yarn build:zip

# Compiles and hot-reloads for development for the firefox browser
yarn dev:firefox

# Compiles and minifies for production for the firefox browser
yarn build:firefox

# Generate dictionary data
yarn build:firefox

# Lints and fixes files
yarn lint

Install Locally

Chrome

  1. Open chrome and navigate to extensions page using this URL: chrome://extensions.
  2. Enable the "Developer mode".
  3. Click "Load unpacked extension" button, browse the kotobai/dist directory and select it.

Firefox

  1. Open firefox and navigate to about:debugging#/runtime/this-firefox.
  2. Click the "Load Temporary Add-on" button.
  3. Browse the kotobai/dist directory and select the manifest.json file.

About

A browser extension for showing Japanese word definitions and reading by hovering over words.

https://chromewebstore.google.com/detail/kotobai/ggimgmdngdcdamnjdcjimaajbofcolia

License:GNU General Public License v3.0


Languages

Language:TypeScript 93.2%Language:JavaScript 5.9%Language:CSS 0.8%Language:HTML 0.1%Language:Shell 0.0%