My Dictionary

A very simple and complete dictionary. Select a word and have its definition(s) popped right away!

Τι είναι το My Dictionary;

Το My Dictionary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Monero Jeanniton, και η κύρια λειτουργία του είναι "A very simple and complete dictionary. Select a word and have its definition(s) popped right away!".

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

screenshot
screenshot
screenshot

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

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

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

                        How many times have you read an article on the web and you came across a word whose meaning you don't know? So, to do the simplest thing, you will decide to skip it without knowing its definition. Therefore, you ended up not understanding the whole information/idea. Or you wanted to use a word but you are not sure of its meaning. So, you won't use it.
Now with "My Dictionary" you can put an end to that behavior. Whenever you come across a word or you want to use one, but you are not certain about its meaning, do the simplest thing: use "My Dictionary". Get the word's definition(s) popped instantly.
MyDictionary contains over a hundred of thousand of word definition(s) including, related synonyms, antonyms and parts of speech. Moreover, it also gives you the pronunciation of the word in 3 ways: Audio, IPA (International Phonetic Alphabet) and Arpabet.

Features:
-Word definition
-Parts of speech
-Synonyms
-Antonyms
-Audio pronunciation
-IPA & Arpabet pronunciation
-Fast search speed
-Elegant User-Interface                    

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

Όνομα My Dictionary My Dictionary
ID jhehenajiifngcndnlecbmcdobnkeglb
Επίσημο URL https://chrome.google.com/webstore/detail/my-dictionary/jhehenajiifngcndnlecbmcdobnkeglb
Περιγραφή A very simple and complete dictionary. Select a word and have its definition(s) popped right away!
Μέγεθος Αρχείου 165 KB
Αριθμός Εγκαταστάσεων 776
Τρέχουσα Έκδοση 1.4.1
Τελευταία Ενημέρωση 2021-07-02
Ημερομηνία Δημοσίευσης 2017-02-13
Αξιολόγηση 3.68/5 Συνολικά 25 Αξιολογήσεις
Προγραμματιστής Monero Jeanniton
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Dictionary",
    "description": "A very simple and complete dictionary. Select a word and have its definition(s) popped right away!",
    "icons": {
        "128": "icon\/icon128.png"
    },
    "background": {
        "page": "page\/background.html"
    },
    "version": "1.4.1",
    "options_page": "page\/settings.html",
    "browser_action": {
        "default_icon": "icon\/icon19.png",
        "default_popup": "page\/popup.html",
        "default_title": "My Dictionary: Lookup for definition."
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/function.js",
                "js\/iscroll.js",
                "js\/myAlert.js",
                "js\/injection.js"
            ],
            "css": [
                "css\/myAlert.css",
                "css\/style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/162.243.83.79:2015\/*",
        "http:\/\/localhost:8080\/*",
        "https:\/\/my-dictionary-server.herokuapp.com\/",
        "https:\/\/my-dictionary-server-143705.appspot.com\/"
    ],
    "web_accessible_resources": [
        "res\/loader.gif",
        "res\/speaker.png",
        "res\/similar.png",
        "res\/antonym.png",
        "res\/thumb-up.png"
    ]
}