acktsap / naver-hanja-dict-add-copy-button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naver Hanja Dict Add Copy Button

An extension for adding copy button to naver hanja dictionary.

Build from source

Prerequisite

  • Nvm
    • Download
    • setup (use version described in .nvmrc)
      • nvm install (if not installed)
      • nvm use
  • Yarn
    • Install
      • npm install --global yarn

Build

  • Install dependencies
    • yarn install
  • Run on browser
    • Default (Chrome)
      • yarn run start
    • Chrome (Default)
      • yarn run start:chrome
    • Firefox
      • yarn run start:firefox
  • Bundle
    • yarn run build (yarn run build -- --help for help)
  • Install to browser
    • Chrome
      • chrome://extensions/ -> Developer mode -> Load unpacked -> select 'src'
    • Firefox
      • about:debugging -> This Firefox -> Load Temporary Add-on -> select 'src'

About

License:Apache License 2.0