Dictionary - Synonyms, Definition, Translator

Explaining or clarify a term with google dictionary. Get meaning from vocabulary in popup. Easy and handy google dictionary.

Τι είναι το Dictionary - Synonyms, Definition, Translator;

Το Dictionary - Synonyms, Definition, Translator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andre Winkleman, και η κύρια λειτουργία του είναι "Explaining or clarify a term with google dictionary. Get meaning from vocabulary in popup. Easy and handy google dictionary.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dictionary - Synonyms, Definition, Translator

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

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

                        Welcome To the Exegetical Dictionary page or Dictionary all Over as I call it!

Any of us couldn't remember the meaning of all words. Google Dictionary app made to resolve this problem. 
Dictionary extension allows you to quickly lookup definitions of words and phrases in a clean inline box. Dictionary shows a short description of the word in a popup, button is also provided for comprehensive description via Google Dictionary (by Google)

It is not A Google Translator, imTranslator, Select to Translate or others, it is a convenient extension to learn new words.

This extension returns synonyms, antonyms, and a definition for a given word. Users can either highlight text on a web page, input words directly into the search form. No need to open a new tab to search for synonyms or related words, just use Synonym.

Synonyms on term selection - simply select any word on any page and Voila! You have great synonyms with a definition right there! In case of editable field when you write - get the list of synonyms and use them.

Using Dictionary similar to Google Dictionary (by Google )Hold a modifier key (Alt on Windows, Command on Mac, Ctrl on Linux) and double-click or select any word to look it up - an inline box will open to the dictionary entry of that word, usually including examples, audio pronunciation, and synonyms.

Our Dictionary extension is an absolutely free chrome addon. Dictionary extension requires only the necessary permission range for proper work.

Among all features you'll get:
1) Double-click any word to view its definition in a small pop-up bubble.
2) View the complete definition of any word or phrase using the toolbar dictionary.
3) Store a history of words you've looked up, so you can practice them later.
Foreign words are automatically translated to your language of choice.

Supported dictionaries:
- English
- French
- German
- Spanish

Exegetical Dictionary works on all websites, it is faster easier, and lighter than competitors, like google dictionary.

Rich dictionary database, and delightful user experience. Perfect tool for writers and bloggers. 

NOTES:

1. After installing, pages already open will not work for looking up - just refresh them and it'll be solved.
2. The Chrome Extensions Gallery pages don't allow lookup (or any on-page extensions) for security reasons.
3. This extension does add a toolbar icon. Do not forget to Pin it.                    

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

Όνομα Dictionary - Synonyms, Definition, Translator Dictionary - Synonyms, Definition, Translator
ID ahjhlnckcgnoikkfkfnkbfengklhglpg
Επίσημο URL https://chromewebstore.google.com/detail/dictionary-synonyms-defin/ahjhlnckcgnoikkfkfnkbfengklhglpg
Περιγραφή Explaining or clarify a term with google dictionary. Get meaning from vocabulary in popup. Easy and handy google dictionary.
Μέγεθος Αρχείου 117 KB
Αριθμός Εγκαταστάσεων 44,356
Τρέχουσα Έκδοση 0.1.5.2
Τελευταία Ενημέρωση 2023-05-30
Ημερομηνία Δημοσίευσης 2021-01-07
Αξιολόγηση 3.69/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής Andre Winkleman
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "0.1.5.2",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/Dictionary-48.png",
        "64": "icons\/Dictionary-64.png",
        "96": "icons\/Dictionary-96.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/browser-polyfill.js",
                "common\/jquery.js",
                "common\/translate_utils.js",
                "common\/audio_utils.js",
                "common\/languages.js",
                "content_scripts\/dictionary.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common\/browser-polyfill.js",
            "background\/background.js",
            "background\/jquery.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "https:\/\/www.google.com\/",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}