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
公式URL 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
Eメール [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"
        ]
    }
}