Howto (English) - Hinaser/eitaro-online GitHub Wiki

Eitaro ONLINE Wiki

Install

Add to firefox from AMO addons.mozilla.org

Features

Searching

Haven't you ever felt boring to translate a word in a website which is written in foreign language, like switching tab displaying dictionary web site, input an unknown word, wait for the site returning translation result, then finally get back to unfinished foreign website, and read the content forward and oh again you need to look up another new word. Repeat this procedure from the first...

This addon helps you by searching a word on background so you no longer need to switch or move from a web site you are reading.

This addon saves keyword and search result to browser's database. So if you are foreign language learner, you can create your own language flash card. You can check your search history stored in that database by clicking '履歴(history)' button on the firefox toolbar. You can also export the database as a html file.

Searching

Configuration

Searching

  • サービスURL (Service URL)
    Specify a url of search engine. If the engine is Gxxgle, then the url might be https://gxxgle.co.jp/search?q={0}.
    You can specify any search engine or dictionary service web site which are able to search a word with the url with query string. For example, https://host.domain/aaa/bbb/ccc?search={0}.
    {0} will be replaced to a word which you want to look up.
  • サービスセレクター (Service Selector)
    With this Service Selector, you can trim the resulted web page for your likings.
    You might not need whole web page for translation result so you just select core content from whole web site html.
    Format of selector is based on HTML5 Selector API(https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector).
  • サービスデセレクター(検索結果から除外する子要素) (Service de-selector)
    Even after trimmed a web page html by service selector, unneeded redundant html elements could remain.
    You can exclude those elements from the trimmed html with this Service de-selector.
    This is also HTML5 Selector API format. Excluding elements are targeted by "Service selector" + " " + "Service de-selector". (Concatenated by a space between selector and de-selector).
  • 履歴をファイルにエクスポートする(HTMLフォーマット) (Export history to file (HTML format))
    By pressing the button, you can export search history stored in browser's database into a html file.

Support

Please use this tool for your own responsibility.
If you post an issue on this github repository, I will/will not respond to it.