Word of The Hour

We share one vocabulary word every hour along with translations into French, German, Hindi, Italian, and Spanish.

Word of The Hour란 무엇입니까?

Word of The Hour은(는) Michael Wehar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We share one vocabulary word every hour along with translations into French, German, Hindi, Italian, and Spanish."입니다.

확장 프로그램 스크린샷

Word of The Hour 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Word of the Hour offers a browser extension to help expand your vocabulary. Every hour, a new vocabulary word is featured along with translations into 10+ languages including French, German, Hindi, Italian, Portuguese, Spanish, and more.

We created this extension because learning a language is difficult and it requires a constant effort to learn, practice, and improve. Seeing vocabulary words every time that you browse the internet is just one extra push to motivate you to practice.

We are supported by our warm and welcoming community on Reddit. We take suggestions from the community and allow community members to get involved to help improve our translations. We also welcome any comments that provide corrections, clarifications, alternative translations, usage in a sentence, conjugations, or anything that is relevant and helpful.  Join us @ https://www.reddit.com/r/Word_of_The_Hour/

It's important to keep in mind that word to word translations are not perfect. We really rely on our community members to fill in gaps and add additional information. We especially encourage users to use multiple language learning resources and practice regularly.

Thank you for trying out our extension and we welcome you to join our community and contribute!                    

확장 프로그램 기본 정보

이름 Word of The Hour Word of The Hour
ID jcahdpfndmkcckbnoeefafloeaihngoe
공식 URL https://chromewebstore.google.com/detail/word-of-the-hour/jcahdpfndmkcckbnoeefafloeaihngoe
설명 We share one vocabulary word every hour along with translations into French, German, Hindi, Italian, and Spanish.
파일 크기 12.27 KB
설치 횟수 108
현재 버전 1.1
최근 업데이트 2018-10-26
출시 날짜 2018-10-25
평점 4.00/5 총 1 개의 평점
개발자 Michael Wehar
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wordofthehour.org/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word of The Hour",
    "description": "We share one vocabulary word every hour along with translations into French, German, Hindi, Italian, and Spanish.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.wordofthehour.org\/"
    ]
}