Dictionary.com Search

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

Wat is Dictionary.com Search?

Dictionary.com Search is een Chrome-extensie ontwikkeld door voila.tech.99, en de belangrijkste functie is "Quickly find meanings for the selected word on Dictionary.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dictionary.com Search

Download Dictionary.com Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
Officiële URL https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
Beschrijving Quickly find meanings for the selected word on Dictionary.com.
Bestandsgrootte 13.41 KB
Aantal Installaties 490
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-10-04
Publicatiedatum 2021-09-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar voila.tech.99
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https:junglenut.net/
Ondersteunde Talen 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"
        ]
    }
}