Skip to content

translate & lookup dictionary easily of selected texts

Notifications You must be signed in to change notification settings

maemaemae3/lazy-translator

Repository files navigation

📙LazyTranslator

翻訳と辞書引きの両方ができる拡張機能です a.gif

install

Chrome ウェブストア

Firefox Addons

📝Requirements

- Node.js 14.20.0

👩‍🏫使い方

⚙️オプションを開く

image.png

  • chromeの場合
    アイコンを右クリックし、オプションを開く

    image.png

  • Firefoxの場合
    アドレスバーに about:addonsと入力後、オプションを開く

image.png

📖辞書データの登録

※ 現在は英辞郎データ ( https://booth.pm/ja/items/777563 )、ejdic-hand ( https://kujirahand.com/web-tools/EJDictFreeDL.php ) にのみ対応しています

  1. 辞書データを選択します
    ※ 選択した時点で登録が開始します
  2. 暫く待つと登録が完了します
  3. 単語を選択すると、辞書に載っていた場合にその意味を表示できます

🛑機能の一時停止

右上の拡張機能アイコンを押すと、翻訳機能のオンオフが切り替えられます。

build

vue-web-extensionを使用しています

依存関係のインストール

$ npm install

開発中

ブラウザから dist ディレクトリを読み込むことで、ホットリロードしながら開発することが出来ます。

$ npm run serve

リリース時

artifacts ディレクトリにリリース用のzipが生成されます。

$ npm run build

License

this extension is published under the MIT license.