Dictionary.com Search

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

Qu'est-ce que Dictionary.com Search ?

Dictionary.com Search est une extension Chrome développée par voila.tech.99, et sa fonction principale est "Quickly find meanings for the selected word on Dictionary.com.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dictionary.com Search

Téléchargez les fichiers d'extension Dictionary.com Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
URL Officiel https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
Description Quickly find meanings for the selected word on Dictionary.com.
Taille du Fichier 13.41 KB
Nombre d'Installations 490
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-10-04
Date de Publication 2021-09-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur voila.tech.99
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https:junglenut.net/
Langues Prises en Charge 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"
        ]
    }
}