Wikitionary word definition lookup
Right Click to lookup definition of selected word in a new Tab using Wikitionary
What is Wikitionary word definition lookup?
Wikitionary word definition lookup is a Chrome extension developed by Ashok Koyi, and its main feature is "Right Click to lookup definition of selected word in a new Tab using Wikitionary".
Extension Screenshots
Download Wikitionary word definition lookup Extension CRX File
Download Wikitionary word definition lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Wikitionary word definition lookup |
ID | nnkjcjnhnenpjdaekgojkcaaknncmmil |
Official URL | https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil |
Description | Right Click to lookup definition of selected word in a new Tab using Wikitionary |
File Size | 13.59 KB |
Installation Count | 70 |
Current Version | 0.1.0 |
Last Updated | 2021-10-15 |
Publish Date | 2021-10-15 |
Developer | Ashok Koyi |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/thekalinga/right-click-wiktionary |
Help Page URL | https://github.com/thekalinga/right-click-wiktionary/issues |
Supported Languages | 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" } } |