Dictionary.com Search

Quickly find meanings for the selected word on Dictionary.com.

什麼是Dictionary.com Search?

Dictionary.com Search是由voila.tech.99開發的Chrome擴展程式,該擴展的主要功能是“Quickly find meanings for the selected word on Dictionary.com.”。

擴展截圖

screenshot

下載Dictionary.com Search擴展crx文件

下載Dictionary.com Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Highlight a word on any page and right click on it - this simple addon creates a context menu item that allows you to search Dictionary.com for the meaning of the highlighted text. The results will open in a new tab.                    

擴展基本資訊

名稱 Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
官方網址 https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
簡介 Quickly find meanings for the selected word on Dictionary.com.
檔案大小 13.41 KB
安裝次數 490
目前版本 1.0.0
更新時間 2021-10-04
上架時間 2021-09-30
評分 5.00/5 共 2 次評分
開發者 voila.tech.99
電子郵箱 [email protected]
付費類型 free
說明頁面URL https:junglenut.net/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictionary.com Search",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/dictionary-32.png",
        "48": "icons\/dictionary-48.png",
        "96": "icons\/dictionary-96.png"
    },
    "description": "Quickly find meanings for the selected word on Dictionary.com.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}