Translate Flashcards

Practice your Google Translate™ phrasebook as flashcards!

Τι είναι το Translate Flashcards;

Το Translate Flashcards είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://translateflashcards.com, και η κύρια λειτουργία του είναι "Practice your Google Translate™ phrasebook as flashcards!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        If you love Google Translate™ but wish there were a better way to practice your saved phrases, then this is the extension for you. With the Translate Flashcards extension, you can turn your Google Translate™ phrasebook into interactive flashcards with the click of a button.

FEATURES:

⭑ Filter, Sort, and Limit: Choose the phrases you want to study, in the order you like, with our Phrasebook View.
⭑ Reverse Order: Easily switch the source and translation languages for one or more phrases.
⭑ Custom Tags: With tags you can organize your phrasebook, create study sets, and customize your learning approach.
⭑ Shuffle Mode: Practice phrases in a random sequence or in the order you initially saved them.
⭑ Audio Support: Toggle audio on and off as you like. With the audio feature enabled, phrases will be automatically pronounced when displayed, assisting you in honing your listening and pronunciation skills.

Elevate your language skills! Install Translate Flashcards today and start practicing your saved phrases the fun, interactive way.

Google Translate™ is a trademark of Google Inc. This extension is independent and is not affiliated with, authorized, maintained, sponsored or endorsed by Google Inc.                    

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

Όνομα Translate Flashcards Translate Flashcards
ID hpfoohijjdhhhbpmiocjoblocmfeallh
Επίσημο URL https://chromewebstore.google.com/detail/translate-flashcards/hpfoohijjdhhhbpmiocjoblocmfeallh
Περιγραφή Practice your Google Translate™ phrasebook as flashcards!
Μέγεθος Αρχείου 861 KB
Αριθμός Εγκαταστάσεων 310
Τρέχουσα Έκδοση 1.13
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2023-06-07
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://translateflashcards.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://translateflashcards.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://translateflashcards.com/support/
URL της Σελίδας Πολιτικής Απορρήτου https://translateflashcards.com/extension-privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translate Flashcards",
    "description": "Practice your Google Translate\u2122 phrasebook as flashcards!",
    "version": "1.13",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Translate Flashcards",
        "default_icon": "icon16.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/translate.google.at\/*",
                "https:\/\/translate.google.ca\/*",
                "https:\/\/translate.google.co.uk\/*",
                "https:\/\/translate.google.com\/*",
                "https:\/\/translate.google.com.au\/*",
                "https:\/\/translate.google.com.br\/*",
                "https:\/\/translate.google.com.mx\/*",
                "https:\/\/translate.google.de\/*",
                "https:\/\/translate.google.es\/*",
                "https:\/\/translate.google.fr\/*",
                "https:\/\/translate.google.hu\/*",
                "https:\/\/translate.google.pl\/*",
                "https:\/\/translate.google.se\/*",
                "https:\/\/translate.google.sk\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "google-translate-icon128.png",
                "icon16.png",
                "icon32.png",
                "icon48.png",
                "icon128.png",
                "screenshot-star-button.png",
                "screenshot-saved-button.png"
            ],
            "matches": [
                "https:\/\/translate.google.at\/*",
                "https:\/\/translate.google.ca\/*",
                "https:\/\/translate.google.co.uk\/*",
                "https:\/\/translate.google.com\/*",
                "https:\/\/translate.google.com.au\/*",
                "https:\/\/translate.google.com.br\/*",
                "https:\/\/translate.google.com.mx\/*",
                "https:\/\/translate.google.de\/*",
                "https:\/\/translate.google.es\/*",
                "https:\/\/translate.google.fr\/*",
                "https:\/\/translate.google.hu\/*",
                "https:\/\/translate.google.pl\/*",
                "https:\/\/translate.google.se\/*",
                "https:\/\/translate.google.sk\/*"
            ]
        }
    ]
}