GRE Inside Out
Learn a random new GRE word whenever you open a new tab in chrome browser.
ما هو GRE Inside Out؟
GRE Inside Out هو إضافة Chrome تم تطويرها بواسطة GRE Inside Out، والميزة الرئيسية لها هي "Learn a random new GRE word whenever you open a new tab in chrome browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GRE Inside Out
قم بتنزيل ملفات الامتداد GRE Inside Out بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |