Word Of The Day!
Displays one new vocabulary word each day, it's definition and an example sentence from around the web.
Word Of The Day!란 무엇입니까?
Word Of The Day!은(는) Troy Sultan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays one new vocabulary word each day, it's definition and an example sentence from around the web."입니다.
확장 프로그램 스크린샷
Word Of The Day! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Word Of The Day! displays one new vocabulary word each day and it's definition, along with 1-2 example sentences from around the web. Note: Vocabulary words do not update over the weekend. v 1.2 changes: minor bug fixes, font and color updates. v 1.3 changes: design/UI updates. v 1.4 changes: fixed word spacing and broken links. v 1.5 changes: Updated data handling Please comment with feature/improvement suggestions! :-)
확장 프로그램 기본 정보
이름 | Word Of The Day! |
ID | kloedcdpipobfmidkoafhmmmlpfjjehl |
공식 URL | https://chromewebstore.google.com/detail/word-of-the-day/kloedcdpipobfmidkoafhmmmlpfjjehl |
설명 | Displays one new vocabulary word each day, it's definition and an example sentence from around the web. |
파일 크기 | 77.91 KB |
설치 횟수 | 5,233 |
현재 버전 | 1.5.1 |
최근 업데이트 | 2014-09-04 |
출시 날짜 | 2014-09-04 |
평점 | 4.00/5 총 19 개의 평점 |
개발자 | Troy Sultan |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Of The Day!", "version": "1.5.1", "manifest_version": 2, "description": "Displays one new vocabulary word each day, it's definition and an example sentence from around the web.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/api.wordnik.com\/" ] } |