Dictionary Search (Dictionary.com/Youglish)

Provides floating buttons for a quick search on word pronunciation on multiple websites.

Dictionary Search (Dictionary.com/Youglish)とは何ですか?

Dictionary Search (Dictionary.com/Youglish)はLeonによって開発されたChromeの拡張機能で、その主な機能は「Provides floating buttons for a quick search on word pronunciation on multiple websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Dictionary Search (Dictionary.com/Youglish)拡張機能のCRXファイルをダウンロード

Dictionary Search (Dictionary.com/Youglish)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Currently supporting:
1. Dictionary.com
2. Cambridge Dictionary
3. Youglish
4. Howjsay

Open sourced on Github: https://github.com/leonwongdev/pronunciation-ext

Change log:
v1.0.4:
- Used website icons as buttons to reduce the menu size.                    

拡張機能の基本情報

名前 Dictionary Search (Dictionary.com/Youglish) Dictionary Search (Dictionary.com/Youglish)
ID clhkbghopdclagfplhknlhcpnjefpacd
公式URL https://chromewebstore.google.com/detail/dictionary-search-diction/clhkbghopdclagfplhknlhcpnjefpacd
説明 Provides floating buttons for a quick search on word pronunciation on multiple websites.
ファイルサイズ 18.62 KB
インストール数 44
現在のバージョン 1.0.4
最終更新日 2024-02-06
公開日 2023-09-04
評価 4.50/5 合計 2 レビュー
開発者 Leon
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/leonwongprsn/pronunciation-ext
ヘルプページのURL https://github.com/leonwongdev/pronunciation-ext/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dictionary Search (Dictionary.com\/Youglish)",
    "version": "1.0.4",
    "description": "Provides floating buttons for a quick search on word pronunciation on multiple websites.",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "author": "Leon",
    "icons": {
        "16": "research-16.png",
        "48": "research-48.png",
        "128": "research-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Dictionary Search (Dictionary.com\/Youglish)"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/brandyg.png",
                "images\/cam-dict.jpeg",
                "images\/dict-com.png",
                "images\/howjsay.png"
            ]
        }
    ]
}