Wikitionary word definition lookup
Right Click to lookup definition of selected word in a new Tab using Wikitionary
Hvad er Wikitionary word definition lookup?
Wikitionary word definition lookup er en Chrome-udvidelse udviklet af Ashok Koyi, og dens hovedfunktion er "Right Click to lookup definition of selected word in a new Tab using Wikitionary".
Udvidelsesskærmbilleder
Download Wikitionary word definition lookup-udvidelses-CRX-fil
Download Wikitionary word definition lookup-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
Wiktionary is a crowd sourced dictionary of terms that contain definitions, images for illustrations, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of words into other languages, among other features. This extension allows users to lookup definitions in Wikitionary
Grundlæggende oplysninger om udvidelsen
Navn | Wikitionary word definition lookup |
ID | nnkjcjnhnenpjdaekgojkcaaknncmmil |
Officiel URL | https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil |
Beskrivelse | Right Click to lookup definition of selected word in a new Tab using Wikitionary |
Filstørrelse | 13.59 KB |
Antal Installationer | 70 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2021-10-15 |
Udgivelsesdato | 2021-10-15 |
Udvikler | Ashok Koyi |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/thekalinga/right-click-wiktionary |
Hjælpeside-URL | https://github.com/thekalinga/right-click-wiktionary/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikitionary word definition lookup", "version": "0.1.0", "description": "Right Click to lookup definition of selected word in a new Tab using Wikitionary", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |