GRE Inside Out
Learn a random new GRE word whenever you open a new tab in chrome browser.
GRE Inside Out क्या है?
GRE Inside Out GRE Inside Out द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn a random new GRE word whenever you open a new tab in chrome browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GRE Inside Out एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This app displays a random GRE word whenever you open a new tab in chrome. The words come from a highly curated wordlist of GRE words which covers most words from standard wordlists plus some high frequency words that aren't there in the many famous wordlists. Please give your feedback and reviews. We will try to incorporate your suggestions as fast as possible. For high quality free GRE tests, head over to http://greio.com.
एक्सटेंशन की मूल जानकारी
नाम | GRE Inside Out |
ID | olfdgngndoajhmejhahelbcdckmkfndl |
आधिकारिक URL | https://chromewebstore.google.com/detail/gre-inside-out/olfdgngndoajhmejhahelbcdckmkfndl |
विवरण | Learn a random new GRE word whenever you open a new tab in chrome browser. |
फ़ाइल का आकार | 206 KB |
स्थापना संख्या | 398 |
वर्तमान संस्करण | 0.4.1 |
अंतिम अपडेट | 2015-07-23 |
प्रकाशन तिथि | 2015-07-22 |
रेटिंग | 4.87/5 कुल 15 रेटिंग्स |
डेवलपर | GRE Inside Out |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://greio.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GRE Inside Out ", "description": "Learn a random new GRE word whenever you open a new tab in chrome browser.", "version": "0.4.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "window.html" }, "web_accessible_resources": [ "css\/style.css", "script\/background.js", "script\/functions.js", "script\/wordlist.js" ], "icons": { "16": "greio_x16.png", "32": "greio_x32.png", "48": "greio_x48.png", "128": "greio_x128.png" } } |