Dictionary.com Search
Quickly find meanings for the selected word on Dictionary.com.
Cos'è Dictionary.com Search?
Dictionary.com Search è un'estensione di Chrome sviluppata da voila.tech.99, e la sua funzione principale è "Quickly find meanings for the selected word on Dictionary.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dictionary.com Search
Scarica i file di estensione Dictionary.com Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | onnlgjnkpojmfgndmknmpdohgnicgkcj | 
| URL Ufficiale | https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj | 
| Descrizione | Quickly find meanings for the selected word on Dictionary.com. | 
| Dimensione del File | 13.41 KB | 
| Conteggio Installazioni | 490 | 
| Versione Corrente | 1.0.0 | 
| Ultimo Aggiornamento | 2021-10-04 | 
| Data di Pubblicazione | 2021-09-30 | 
| Valutazione | 5.00/5 Totale 2 Valutazioni | 
| Sviluppatore | voila.tech.99 | 
| [email protected] | |
| Tipo di Pagamento | free | 
| URL della Pagina di Aiuto | https:junglenut.net/ | 
| Lingue Supportate | 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"
        ]
    }
}  |  |