Wikitionary word definition lookup
Right Click to lookup definition of selected word in a new Tab using Wikitionary
Wat is Wikitionary word definition lookup?
Wikitionary word definition lookup is een Chrome-extensie ontwikkeld door Ashok Koyi, en de belangrijkste functie is "Right Click to lookup definition of selected word in a new Tab using Wikitionary".
Extensie Screenshots
Download het CRX-bestand van de extensie Wikitionary word definition lookup
Download Wikitionary word definition lookup-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
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
Basisinformatie over de Extensie
Naam | Wikitionary word definition lookup |
ID | nnkjcjnhnenpjdaekgojkcaaknncmmil |
Officiële URL | https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil |
Beschrijving | Right Click to lookup definition of selected word in a new Tab using Wikitionary |
Bestandsgrootte | 13.59 KB |
Aantal Installaties | 70 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-10-15 |
Publicatiedatum | 2021-10-15 |
Ontwikkelaar | Ashok Koyi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/thekalinga/right-click-wiktionary |
Help Pagina-URL | https://github.com/thekalinga/right-click-wiktionary/issues |
Ondersteunde Talen | 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" } } |