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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}