Pervasive GRE
Highlight GRE vocabulary on any webpage.
Τι είναι το Pervasive GRE;
Το Pervasive GRE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shengyiran, και η κύρια λειτουργία του είναι "Highlight GRE vocabulary on any webpage.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pervasive GRE
Λήψη αρχείων επέκτασης Pervasive GRE σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a Chrome Extension designed to aid one's vocabulary building process, in a subtle manner. Pervasive GRE searches a webpage, and highlights words in the Barrons GRE 4,579 Wordlist, adding tooltips contain relevent definitions. In addition, Pervasive GRE also handles affixed words, extracting the correct word stem for your reference (Eg.: implied -> imply, liabilities -> liability). The goal is to bring to attention the new words you encountered in your daily surfing the net, turning leisure reading into pervasive learning opportunities. Pervasive GRE works completely offline, with both build-in dictionary and spell checking. Though this app is designed with aiding GRE preperation as its goal, it certainly helps general English language learners as well.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oniippcgggpbkcdjekknhmoeambkohmn |
Επίσημο URL | https://chrome.google.com/webstore/detail/pervasive-gre/oniippcgggpbkcdjekknhmoeambkohmn |
Περιγραφή | Highlight GRE vocabulary on any webpage. |
Μέγεθος Αρχείου | 793 KB |
Αριθμός Εγκαταστάσεων | 2,368 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2013-03-08 |
Ημερομηνία Δημοσίευσης | 2013-03-08 |
Αξιολόγηση | 4.33/5 Συνολικά 73 Αξιολογήσεις |
Προγραμματιστής | shengyiran |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pervasive GRE", "version": "0.1", "manifest_version": 2, "description": "Highlight GRE vocabulary on any webpage.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background_page": "background.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "\/assets\/base.css", "\/assets\/hint.min.css" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ], "web_accessible_resources": [ "\/dictionaries\/*" ] } |