YouGlish Lookup

Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.

Τι είναι το YouGlish Lookup;

Το YouGlish Lookup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tu Tran, και η κύρια λειτουργία του είναι "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouGlish Lookup

Λήψη αρχείων επέκτασης YouGlish Lookup σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A super simple and lightweight Chrome extension that helps you immediately use YouGlish without visiting the site, by selecting it from the context menu, or clicking on the extension icon to show the YouGlish lookup popup.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YouGlish Lookup YouGlish Lookup
ID nldfafdiaihciaclfkiljachinoblbko
Επίσημο URL https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko
Περιγραφή Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Μέγεθος Αρχείου 18.09 KB
Αριθμός Εγκαταστάσεων 942
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2021-03-09
Ημερομηνία Δημοσίευσης 2021-03-09
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Tu Tran
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouGlish Lookup",
    "description": "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.",
    "version": "0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "\/img\/16x16.png",
            "48": "\/img\/48x48.png",
            "128": "\/img\/128x128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/img\/16x16.png",
        "48": "\/img\/48x48.png",
        "128": "\/img\/128x128.png"
    }
}