Dictionary Search (Dictionary.com/Youglish)

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

O que é Dictionary Search (Dictionary.com/Youglish)?

Dictionary Search (Dictionary.com/Youglish) é uma extensão do Chrome desenvolvida por Leon, e sua principal característica é "Provides floating buttons for a quick search on word pronunciation on multiple websites.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dictionary Search (Dictionary.com/Youglish)

Baixe arquivos de extensão Dictionary Search (Dictionary.com/Youglish) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dictionary Search (Dictionary.com/Youglish) Dictionary Search (Dictionary.com/Youglish)
ID clhkbghopdclagfplhknlhcpnjefpacd
URL Oficial https://chromewebstore.google.com/detail/dictionary-search-diction/clhkbghopdclagfplhknlhcpnjefpacd
Descrição Provides floating buttons for a quick search on word pronunciation on multiple websites.
Tamanho do Arquivo 18.62 KB
Contagem de Instalações 44
Versão Atual 1.0.4
Última Atualização 2024-02-06
Data de Publicação 2023-09-04
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Leon
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/leonwongprsn/pronunciation-ext
URL da Página de Ajuda https://github.com/leonwongdev/pronunciation-ext/issues
Idiomas Suportados 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"
            ]
        }
    ]
}