Pervasive GRE
Highlight GRE vocabulary on any webpage.
Pervasive GRE क्या है?
Pervasive GRE shengyiran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight GRE vocabulary on any webpage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pervasive GRE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |