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
官方網址 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"
    }
}