Dictionary Search (Dictionary.com/Youglish)

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

Cos'è Dictionary Search (Dictionary.com/Youglish)?

Dictionary Search (Dictionary.com/Youglish) è un'estensione di Chrome sviluppata da Leon, e la sua funzione principale è "Provides floating buttons for a quick search on word pronunciation on multiple websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Dictionary Search (Dictionary.com/Youglish)

Scarica i file di estensione Dictionary Search (Dictionary.com/Youglish) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dictionary Search (Dictionary.com/Youglish) Dictionary Search (Dictionary.com/Youglish)
ID clhkbghopdclagfplhknlhcpnjefpacd
URL Ufficiale https://chromewebstore.google.com/detail/dictionary-search-diction/clhkbghopdclagfplhknlhcpnjefpacd
Descrizione Provides floating buttons for a quick search on word pronunciation on multiple websites.
Dimensione del File 18.62 KB
Conteggio Installazioni 44
Versione Corrente 1.0.4
Ultimo Aggiornamento 2024-02-06
Data di Pubblicazione 2023-09-04
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Leon
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/leonwongprsn/pronunciation-ext
URL della Pagina di Aiuto https://github.com/leonwongdev/pronunciation-ext/issues
Lingue Supportate 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"
            ]
        }
    ]
}