Dictionary.com Search

Quickly find meanings for the selected word on Dictionary.com.

Τι είναι το Dictionary.com Search;

Το Dictionary.com Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον voila.tech.99, και η κύρια λειτουργία του είναι "Quickly find meanings for the selected word on Dictionary.com.".

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

screenshot

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

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

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

                        Highlight a word on any page and right click on it - this simple addon creates a context menu item that allows you to search Dictionary.com for the meaning of the highlighted text. The results will open in a new tab.                    

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

Όνομα Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
Επίσημο URL https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
Περιγραφή Quickly find meanings for the selected word on Dictionary.com.
Μέγεθος Αρχείου 13.41 KB
Αριθμός Εγκαταστάσεων 490
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-10-04
Ημερομηνία Δημοσίευσης 2021-09-30
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής voila.tech.99
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https:junglenut.net/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictionary.com Search",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/dictionary-32.png",
        "48": "icons\/dictionary-48.png",
        "96": "icons\/dictionary-96.png"
    },
    "description": "Quickly find meanings for the selected word on Dictionary.com.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}