Leo Dictionary Widget

Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed!

Τι είναι το Leo Dictionary Widget;

Το Leo Dictionary Widget είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jakob Buchgraber, και η κύρια λειτουργία του είναι "Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Leo Dictionary Widget

Λήψη αρχείων επέκτασης Leo Dictionary Widget σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 ⇔ German

For feature requests and bug reports please contact me at [email protected].

** 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.

** NEW IN VERSION 2.3 **
- Bug fixes                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Leo Dictionary Widget Leo Dictionary Widget
ID kepemmpmljphklmpfgfmhpjhpdlccpke
Επίσημο URL https://chromewebstore.google.com/detail/leo-dictionary-widget/kepemmpmljphklmpfgfmhpjhpdlccpke
Περιγραφή Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed!
Μέγεθος Αρχείου 242 KB
Αριθμός Εγκαταστάσεων 6,436
Τρέχουσα Έκδοση 2.4
Τελευταία Ενημέρωση 2017-04-20
Ημερομηνία Δημοσίευσης 2017-04-20
Αξιολόγηση 3.72/5 Συνολικά 87 Αξιολογήσεις
Προγραμματιστής Jakob Buchgraber
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leo Dictionary Widget",
    "manifest_version": 2,
    "description": "Select a word on a website and immediately look up its translation. No tabs, no windows. Guranteed!",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "48": "leo48.png",
        "128": "leo128.png"
    },
    "version": "2.4",
    "options_page": "fancy-settings\/source\/index.html",
    "background": {
        "scripts": [
            "fancy-settings\/source\/lib\/store.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "leodictwidget.js"
            ]
        }
    ]
}