Wikitionary word definition lookup

Right Click to lookup definition of selected word in a new Tab using Wikitionary

什么是Wikitionary word definition lookup?

Wikitionary word definition lookup是由Ashok Koyi开发的Chrome扩展程序,该扩展的主要功能是“Right Click to lookup definition of selected word in a new Tab using Wikitionary”。

扩展截图

screenshot
screenshot

下载Wikitionary word definition lookup扩展crx文件

下载Wikitionary word definition lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Wikitionary word definition lookup Wikitionary word definition lookup
ID nnkjcjnhnenpjdaekgojkcaaknncmmil
官方URL https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil
简介 Right Click to lookup definition of selected word in a new Tab using Wikitionary
文件大小 13.59 KB
安装次数 70
当前版本 0.1.0
更新时间 2021-10-15
上架时间 2021-10-15
开发者 Ashok Koyi
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/thekalinga/right-click-wiktionary
帮助页面URL https://github.com/thekalinga/right-click-wiktionary/issues
支持的语言 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"
    }
}