Buttress Vocabulary

Strengthen your vocabulary while reading things on browser.

Τι είναι το Buttress Vocabulary;

Το Buttress Vocabulary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον saurav.1869, και η κύρια λειτουργία του είναι "Strengthen your vocabulary while reading things on browser.".

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

screenshot
screenshot
screenshot

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

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

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

                        Coming across new words is easy and even knowing its definition. However, memorizing the words that you read doesn't come naturally. You have to work on it.

This extension will ease this job. 

It lets you see the definition of a double-clicked word along with its pronunciation. However, this is not a striking feature as couple of other apps do it right now.

You can quickly see all the words that you have looked up each day. Apart from a dictionary app it is also a vocabulary builder. Like other apps it doesn't inundates you with so many words that you have never seen. Memorizing the words for which you have a context will be much easier.

WE DON'T HAVE ACCESS TO THE WORDS YOU LOOKUP!                    

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

Όνομα Buttress Vocabulary Buttress Vocabulary
ID kipmhailimmdakeeeciablodlijhkkac
Επίσημο URL https://chromewebstore.google.com/detail/buttress-vocabulary/kipmhailimmdakeeeciablodlijhkkac
Περιγραφή Strengthen your vocabulary while reading things on browser.
Μέγεθος Αρχείου 121 KB
Αριθμός Εγκαταστάσεων 613
Τρέχουσα Έκδοση 2.3.1
Τελευταία Ενημέρωση 2020-08-03
Ημερομηνία Δημοσίευσης 2019-10-05
Αξιολόγηση 4.50/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής saurav.1869
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/saurav1869/ButtressVocab
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/saurav1869/ButtressVocab
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buttress Vocabulary",
    "version": "2.3.1",
    "description": "Strengthen your vocabulary while reading things on browser.",
    "browser_action": {
        "default_icon": "icons\/128book.png",
        "default_title": "ButtressVocab",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "128": "icons\/128book.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery-3.3.1.min.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-3.3.1.min.js",
                "scripts\/presenter.js"
            ]
        }
    ]
}