Skip to content

AesaraB/contextual-wiktionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contextual Wiktionary is a Firefox web-extension that enables the user to search Wiktionary with the context menu or a pop-up. The Contextual Wiktionary extension uses the Unlicense license.

Features

  • Select a word and use the context-menu to search, or just use the add-on's search bar.
  • Use and contribute to the world's largest open dictionary.
  • Seamlessly tangent through definitions with embedded links and a search bar that lets you quickly learn what you're looking for.
  • A self-contained design avoids build-up of tabs, though an external link button lets you view definitions in a new tab.
  • View English definitions for non-English words.
  • Minimal support for non-English Wiktionaries (due to API limitations).
  • Themed for both light and dark modes*, the add-on is designed to integrate** easily with Firefox' design.

*updated Firefox Proton designs coming soon (Proton design specifications have yet to be released to my knowledge, but a Proton-like dark imitation theme is featured in the add-on). **due to API limitations, only the English Wiktionary is themed.

Requirements

This extension requires Firefox 57.

Permissions

Debugging the Extension

To debug Right Click Wiktionary:

  1. Clone this repository
  2. Init submodules with git submodule update --init
  3. Run /src/resources/stylesheet/sassBuild.sh (need [sass]https://sass-lang.com) installed)
  4. Head to about:debugging
  5. Load the manifest.json as temporary addon.

Acknowledgements