New Tab GRE
Learn a random GRE word everytime you open a new tab
New Tab GRE란 무엇입니까?
New Tab GRE은(는) Rohit Gandhi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn a random GRE word everytime you open a new tab"입니다.
확장 프로그램 스크린샷
New Tab GRE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Every time you open a new tab, it will display a random GRE word with its meaning. These words are chosen from a list of high frequency GRE words. This is an open source plugin, if you have suggested edits to the word list or it's meaning, you can submit them via pull request here https://tinyurl.com/NewTabGRE Good Luck !!
확장 프로그램 기본 정보
이름 | New Tab GRE |
ID | bkddfbmbmeokaebfmhacebieokjggaoh |
공식 URL | https://chromewebstore.google.com/detail/new-tab-gre/bkddfbmbmeokaebfmhacebieokjggaoh |
설명 | Learn a random GRE word everytime you open a new tab |
파일 크기 | 175 KB |
설치 횟수 | 305 |
현재 버전 | 0.5 |
최근 업데이트 | 2022-04-14 |
출시 날짜 | 2015-01-26 |
평점 | 4.27/5 총 15 개의 평점 |
개발자 | Rohit Gandhi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tinyurl.com/NewTabGRE |
도움말 페이지 URL | https://tinyurl.com/NewTabGRE |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "New Tab GRE", "version": "0.5", "description": "Learn a random GRE word everytime you open a new tab", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "background": [], "short_name": "GRE New tab", "author": "Rohit Gandhi" } |