Smart Words

This extension grows your vocabulary by automatically replacing simple words with SAT/GRE words that mean the same thing.

Τι είναι το Smart Words;

Το Smart Words είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://igliu.com, και η κύρια λειτουργία του είναι "This extension grows your vocabulary by automatically replacing simple words with SAT/GRE words that mean the same thing.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        "The best way to learn new words is to read."

...books with big words. The problem is, most of us spend more time reading web pages than we do good old-fashioned books. And let's face it: the internet isn't the best place to go for sophisticated vocabulary words. Until now.

Smart Words injects literary steroids into every website you visit. It provides relevant, interesting synonyms for words whose definitions you already know, with ZERO effort on your part. It's noninvasive and allows you to use the internet as you normally world; all you have to do is hover.

The SAT and GRE are two infamous exams notorious for their love of obscure, fringe vocabulary words. Regardless of whether or not you're preparing for either test, there's no doubt that learning SAT and GRE words drastically improves your vocabulary. That's why Smart Words' expert list of words comes from SAT and GRE tests.

Traditionally, systems like these suffer from one major drawback: words with two or more parts of speech.

"They all fall(verb) down in fall(noun)."

That's where the "Smart" in Smart Words comes in. This extension uses techniques from natural language processing -- a subset of the booming field artificial intelligence -- to guarantee suggested synonyms are of the same part of speech. Where other programs fail, Smart Words succeeds.

"They all tumble* down in autumn*."

So what are you waiting for? The SAT's in a couple of months, and the GRE isn't going to get any easier. Install Smart Words now and amplify your productivity. Gone are the days when time spent on the internet could ever be "wasted". Now, every second can be put towards expanding your expressive ability. Soon, you too will be able to use "smart" words.

--- --- --- --- --- --- --- --- --- ---

If you're interested in the story and the technology behind this extension, check out this blog post: http://igliu.com/how-natural-language-processing-can-get-you-800-cr-sat/

--- --- --- --- --- --- --- --- --- ---

How to use the extension:

For the most part, everything is automatic, but some sites might not play nicely with Smart Words. In those cases, just click the icon to turn the extension off for the specific tab you're viewing (see screenshots). Simple. Easy. Smart.

--- --- --- --- --- --- --- --- --- ---

Privacy policy: http://smartwords.anthony.ai/                    

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

Όνομα Smart Words Smart Words
ID kighofmokniilkbmlpapdlheiecbmccg
Επίσημο URL https://chromewebstore.google.com/detail/smart-words/kighofmokniilkbmlpapdlheiecbmccg
Περιγραφή This extension grows your vocabulary by automatically replacing simple words with SAT/GRE words that mean the same thing.
Μέγεθος Αρχείου 832 KB
Αριθμός Εγκαταστάσεων 1,564
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-02-05
Ημερομηνία Δημοσίευσης 2018-02-04
Αξιολόγηση 3.25/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://igliu.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Words",
    "short_name": "Smart Words",
    "description": "This extension grows your vocabulary by automatically replacing simple words with SAT\/GRE words that mean the same thing.",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Smart Words"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.google.com\/*"
            ],
            "js": [
                "ga-config.js",
                "ga.js",
                "jquery-1.10.2.min.js",
                "lexer.js",
                "lexicon.js_",
                "POSTagger.js",
                "data.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}