Dictionary.com Search
Quickly find meanings for the selected word on Dictionary.com.
Was ist Dictionary.com Search?
Dictionary.com Search ist eine Chrome-Erweiterung, die von voila.tech.99 entwickelt wurde, und ihr Hauptmerkmal ist "Quickly find meanings for the selected word on Dictionary.com.".
Erweiterungsscreenshots
Dictionary.com Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dictionary.com Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Dictionary.com Search |
ID | onnlgjnkpojmfgndmknmpdohgnicgkcj |
Offizielle URL | https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj |
Beschreibung | Quickly find meanings for the selected word on Dictionary.com. |
Dateigröße | 13.41 KB |
Installationsanzahl | 490 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2021-10-04 |
Veröffentlichungsdatum | 2021-09-30 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | voila.tech.99 |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https:junglenut.net/ |
Unterstützte Sprachen | 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" ] } } |