Wordness – Translate & Learn Words

Click or select text to translate. Save words, learn words and build vocabulary with spaced repetition support, flashcards in app.

Τι είναι το Wordness – Translate & Learn Words;

Το Wordness – Translate & Learn Words είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wordness, και η κύρια λειτουργία του είναι "Click or select text to translate. Save words, learn words and build vocabulary with spaced repetition support, flashcards in app.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wordness – Translate & Learn Words

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

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

                        Read websites in the language you're learning. Translate and collect words anywhere on the web. Save translated words and review in our Android app using spaced repetition system. Start building your vocabulary today.

KEY FEATURES:
★ collect words even with mobile app
★ translate with single click or selection
★ approximately 70 languages supported
★ detect source language
★ copy or save translation
★ review in our Android app (spaced repetition, flashcards, writing)

The combination of extension and mobile app gives you the ability to collect words and improve your vocabulary regardless of device you use. This software was designed to help you build your vocabulary effectively with the shortest time possible spent with learning. This feature ensures that you do not have to switch between multiple apps and extensions. It is simple, just save words and review later.                    

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

Όνομα Wordness – Translate & Learn Words Wordness – Translate & Learn Words
ID goolpoccdmciihfofigkfnmiigikmcno
Επίσημο URL https://chromewebstore.google.com/detail/wordness-%E2%80%93-translate-lear/goolpoccdmciihfofigkfnmiigikmcno
Περιγραφή Click or select text to translate. Save words, learn words and build vocabulary with spaced repetition support, flashcards in app.
Μέγεθος Αρχείου 48.62 KB
Αριθμός Εγκαταστάσεων 12
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-04-02
Ημερομηνία Δημοσίευσης 2021-02-11
Προγραμματιστής Wordness
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.google.com/forms/d/e/1FAIpQLSdhDQYelmvtVyredE_gl3o65CU4kzjg7W8nMzcHCiMvddfiAw/viewform?usp=sf_link
Υποστηριζόμενες Γλώσσες en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com\/material-components-web@latest\/dist\/material-components-web.min.js https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "src\/js\/models\/word.js",
                "src\/js\/models\/language.js",
                "src\/js\/models\/language_preference.js",
                "src\/js\/utils.js",
                "src\/js\/content.js"
            ],
            "css": [
                "src\/css\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "page": "src\/html\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_popup": "src\/html\/popup_sign_up.html"
    },
    "icons": {
        "16": "src\/icons\/icon16.png",
        "48": "src\/icons\/icon48.png",
        "128": "src\/icons\/icon128.png"
    },
    "manifest_version": 2
}