GRE Inside Out
Learn a random new GRE word whenever you open a new tab in chrome browser.
GRE Inside Out là gì?
GRE Inside Out là một tiện ích mở rộng Chrome được phát triển bởi GRE Inside Out, và tính năng chính của nó là "Learn a random new GRE word whenever you open a new tab in chrome browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GRE Inside Out
Tải xuống các tệp mở rộng GRE Inside Out dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GRE Inside Out |
ID | olfdgngndoajhmejhahelbcdckmkfndl |
URL Chính Thức | https://chromewebstore.google.com/detail/gre-inside-out/olfdgngndoajhmejhahelbcdckmkfndl |
Mô tả | Learn a random new GRE word whenever you open a new tab in chrome browser. |
Kích Thước Tệp | 206 KB |
Số Lần Cài Đặt | 398 |
Phiên Bản Hiện Tại | 0.4.1 |
Cập Nhật Lần Cuối | 2015-07-23 |
Ngày Phát Hành | 2015-07-22 |
Đánh Giá | 4.87/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | GRE Inside Out |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://greio.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |