Dictionary Search (Dictionary.com/Youglish)

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

Qu'est-ce que Dictionary Search (Dictionary.com/Youglish) ?

Dictionary Search (Dictionary.com/Youglish) est une extension Chrome développée par Leon, et sa fonction principale est "Provides floating buttons for a quick search on word pronunciation on multiple websites.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dictionary Search (Dictionary.com/Youglish)

Téléchargez les fichiers d'extension Dictionary Search (Dictionary.com/Youglish) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dictionary Search (Dictionary.com/Youglish) Dictionary Search (Dictionary.com/Youglish)
ID clhkbghopdclagfplhknlhcpnjefpacd
URL Officiel https://chromewebstore.google.com/detail/dictionary-search-diction/clhkbghopdclagfplhknlhcpnjefpacd
Description Provides floating buttons for a quick search on word pronunciation on multiple websites.
Taille du Fichier 18.62 KB
Nombre d'Installations 44
Version Actuelle 1.0.4
Dernière Mise à Jour 2024-02-06
Date de Publication 2023-09-04
Évaluation 4.50/5 Total 2 Évaluations
Développeur Leon
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/leonwongprsn/pronunciation-ext
URL de la Page d'Aide https://github.com/leonwongdev/pronunciation-ext/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}