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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |