https://github.com/buchgr/leodictwidget
Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed!
https://github.com/buchgr/leodictwidget
Last synced: 7 months ago
JSON representation
Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed!
- Host: GitHub
- URL: https://github.com/buchgr/leodictwidget
- Owner: buchgr
- Created: 2012-01-28T23:48:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T14:57:02.000Z (over 7 years ago)
- Last Synced: 2025-02-01T13:29:50.857Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Leo Dictionary Widget
This extension allows you to select a word or phrase on a website and to look it up in the LEO dictionary by simply pressing a keyboard shortcut. The dictionary pops up conveniently in the upper right corner inside your browser window. It does not open a new tab or window.The shortcut defaults to Alt+W, however you can set it to virtually any shortcut in the options page. The language defaults to German - English and can also be configured in the options page.
Available languages are:
English ⇔ German
French ⇔ German
Spanish ⇔ German
Italian ⇔ German
Chinese ⇔ German
Russian ⇔ German
Portuguese ⇔ German
Polish ⇔ GermanFor feature requests and bug reports please contact me at bucjac@gmail.com.
** NOTICE **
For existing users the shortcut changed from Alt+Q to Alt+W. I am sorry if this caused you any inconvenience, however it was necessary as the old shortcut caused a lot of trouble for some users.** NEW IN VERSION 2.0.2 **
- Now also works with Facebook and GMail** NEW IN VERSION 2.0.4 **
- Apple Mac users can now use the command key as a part of their shortcut** NEW IN VERSION 2.1 **
- Open the dictionary by selecting a word and right click.In the Google Chrome Webstore: https://chrome.google.com/webstore/detail/kepemmpmljphklmpfgfmhpjhpdlccpke
# Build
In order to build the TypeScript files execute the following:
```
tsc --out leodictwidget.js leodictwidget.ts contentscript_main.ts
tsc background.ts
```