Pervasive GRE
Highlight GRE vocabulary on any webpage.
Pervasive GRE란 무엇입니까?
Pervasive GRE은(는) shengyiran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight GRE vocabulary on any webpage."입니다.
확장 프로그램 스크린샷
Pervasive GRE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a Chrome Extension designed to aid one's vocabulary building process, in a subtle manner. Pervasive GRE searches a webpage, and highlights words in the Barrons GRE 4,579 Wordlist, adding tooltips contain relevent definitions. In addition, Pervasive GRE also handles affixed words, extracting the correct word stem for your reference (Eg.: implied -> imply, liabilities -> liability). The goal is to bring to attention the new words you encountered in your daily surfing the net, turning leisure reading into pervasive learning opportunities. Pervasive GRE works completely offline, with both build-in dictionary and spell checking. Though this app is designed with aiding GRE preperation as its goal, it certainly helps general English language learners as well.
확장 프로그램 기본 정보
이름 | |
ID | oniippcgggpbkcdjekknhmoeambkohmn |
공식 URL | https://chrome.google.com/webstore/detail/pervasive-gre/oniippcgggpbkcdjekknhmoeambkohmn |
설명 | Highlight GRE vocabulary on any webpage. |
파일 크기 | 793 KB |
설치 횟수 | 2,368 |
현재 버전 | 0.1 |
최근 업데이트 | 2013-03-08 |
출시 날짜 | 2013-03-08 |
평점 | 4.33/5 총 73 개의 평점 |
개발자 | shengyiran |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pervasive GRE", "version": "0.1", "manifest_version": 2, "description": "Highlight GRE vocabulary on any webpage.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background_page": "background.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "\/assets\/base.css", "\/assets\/hint.min.css" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ], "web_accessible_resources": [ "\/dictionaries\/*" ] } |