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) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Leon, και η κύρια λειτουργία του είναι "Provides floating buttons for a quick search on word pronunciation on multiple websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dictionary Search (Dictionary.com/Youglish)

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
            ]
        }
    ]
}