{% extends 'base.html' %} {% block title -%}{% trans project_name=app_name %}{{ project_name }} Reader{% endtrans %} :: {% endblock %} {% block meta_title %} {% endblock %} {% block meta_description %} {% endblock %} {% block extra_js %} {% endblock %} {% block content %}

{% trans project_name=app_name %}{{ project_name }} Reader{% endtrans %}

{% trans %}Bookmarklet{% endtrans %}

{% trans %}Drag and drop the following link to your Bookmark toolbar, then click it when you are on a page you wish to read. The service will automatically be installed, and you will see a menu icon on the left-hand side of the page.{% endtrans %}

{% trans project_name=app_name %}Read with {{ project_name }}{% endtrans %}

{% trans %}In order to look up a word, hold Alt or Option (⌥) and double click the word. The service will will connect to this website and return dictionary entries after a brief pause.{% endtrans %}

{% trans %}To change the dictionary, click the menu icon.{% endtrans %}

{% trans %}Installing on a website{% endtrans %}

{% trans %}It is also possible to install the reader plugin on a website, so that users will have access to dictionaries without the bookmarklet.{% endtrans %}

{% trans %}To do so, follow our documentation.{% endtrans %}

{% trans %}Browser support{% endtrans %}

{% trans %}The reader is supported in the following browsers:{% endtrans %}

  • {% trans %}Chrome (version 20 and newer){% endtrans %}
  • {% trans %}Internet Explorer (version 9 and newer){% endtrans %}
  • {% trans %}Firefox (version 18 and newer){% endtrans %}
  • {% trans %}Opera (version 16 and newer){% endtrans %}

{% trans %}Bugs?{% endtrans %}

{% trans %}If you encounter bugs, or the bookmarklet does not work on a particular page, contact us with the page URL or details of what you were reading when you encountered the problem.{% endtrans %}

{% trans %}We do not store any private data, but we do collect individual dictionary lookups for statistics and to improve the dictionary.{% endtrans %}

 



{% trans %}Includes{% endtrans %}

    {% for iso_pair, names in language_pairs.iteritems() %}
  • {{ iso_pair[0]|iso_to_i18n }} → {{ iso_pair[1]|iso_to_i18n }}
  • {% endfor %}

{% trans %}If you are looking for other languages, please see our other dictionaries.{% endtrans %}

{% endblock %}