Get English Right!

A Chrome extension that helps you improve your command of English, one phrase at a time.

Τι είναι το Get English Right!;

Το Get English Right! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.getenglishright.info, και η κύρια λειτουργία του είναι "A Chrome extension that helps you improve your command of English, one phrase at a time.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Get English Right!

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

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

                        Get English Right! corrects common errors seen and heard every day, one phrase at a time.

Unlike other "learn English" programmes, this extension teaches you proper English in little bites, and you don't have to sit through long sessions of learning. It's great for when you are waiting for a webpage to load, or for a short download to complete. All it takes is 15 seconds to learn a correct English phrase.

We are still in the process of improving this extension - please feel free to feedback more suggestions as we go along.

To use:

1. Install the extension
2. Click on the newly-installed extension icon
3. You will be given a right and wrong sentence. Choose the correct sentence.
4. You will then find out whether or not your answer is correct. 

Remember it and use the correct phrase from now on!

For your kind information, below are the details of each version upgrades:

V 1.2
1. Icon number will decrease as challenge received has been responded
2. Status implemented for challenge sent list

V 1.0
1. Fixed bug of newly login user doesn't get icon number update
2. Slider layout change for close button to be always on the top
3. Close button on all slider
4. Online one or no slider opened at a time

V 0.99
1. "Connecting to server" wording before any question is loaded
2. Fixed bug on icon number update when there's no received challenge

V 0.98
1. A small number appears on the extension icon when Challenge is received
2. A small number appears on the button of Challenge received

V 0.96
1. Multi-player challenge mode implemented

More features are being continually being developed, and we will be releasing member-only features soon. Stay tuned!

We can be contacted at [email protected]

Visit us at www.getenglishright.info                    

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

Όνομα Get English Right! Get English Right!
ID hifgkbalmdifeganjbafgmjkmcegljma
Επίσημο URL https://chrome.google.com/webstore/detail/get-english-right/hifgkbalmdifeganjbafgmjkmcegljma
Περιγραφή A Chrome extension that helps you improve your command of English, one phrase at a time.
Μέγεθος Αρχείου 285 KB
Αριθμός Εγκαταστάσεων 203
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2013-08-17
Ημερομηνία Δημοσίευσης 2013-08-17
Αξιολόγηση 4.80/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής http://www.getenglishright.info
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.getenglishright.info/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.getenglishright.info/index.html#contact
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get English Right!",
    "description": "A Chrome extension that helps you improve your command of English, one phrase at a time.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "question.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.firebase.com  https:\/\/*.firebaseio.com https:\/\/platform.twitter.com\/widgets.js https:\/\/connect.facebook.net https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "storage",
        "management",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}