Dictionary.com Search

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

Hvad er Dictionary.com Search?

Dictionary.com Search er en Chrome-udvidelse udviklet af voila.tech.99, og dens hovedfunktion er "Quickly find meanings for the selected word on Dictionary.com.".

Udvidelsesskærmbilleder

screenshot

Download Dictionary.com Search-udvidelses-CRX-fil

Download Dictionary.com Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
Officiel URL https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
Beskrivelse Quickly find meanings for the selected word on Dictionary.com.
Filstørrelse 13.41 KB
Antal Installationer 490
Nuværende Version 1.0.0
Senest Opdateret 2021-10-04
Udgivelsesdato 2021-09-30
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler voila.tech.99
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https:junglenut.net/
Understøttede Sprog 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"
        ]
    }
}