Buttress Vocabulary

Strengthen your vocabulary while reading things on browser.

Buttress Vocabulary란 무엇입니까?

Buttress Vocabulary은(는) saurav.1869에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Strengthen your vocabulary while reading things on browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Buttress Vocabulary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Coming across new words is easy and even knowing its definition. However, memorizing the words that you read doesn't come naturally. You have to work on it.

This extension will ease this job. 

It lets you see the definition of a double-clicked word along with its pronunciation. However, this is not a striking feature as couple of other apps do it right now.

You can quickly see all the words that you have looked up each day. Apart from a dictionary app it is also a vocabulary builder. Like other apps it doesn't inundates you with so many words that you have never seen. Memorizing the words for which you have a context will be much easier.

WE DON'T HAVE ACCESS TO THE WORDS YOU LOOKUP!                    

확장 프로그램 기본 정보

이름 Buttress Vocabulary Buttress Vocabulary
ID kipmhailimmdakeeeciablodlijhkkac
공식 URL https://chromewebstore.google.com/detail/buttress-vocabulary/kipmhailimmdakeeeciablodlijhkkac
설명 Strengthen your vocabulary while reading things on browser.
파일 크기 121 KB
설치 횟수 613
현재 버전 2.3.1
최근 업데이트 2020-08-03
출시 날짜 2019-10-05
평점 4.50/5 총 14 개의 평점
개발자 saurav.1869
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/saurav1869/ButtressVocab
도움말 페이지 URL https://github.com/saurav1869/ButtressVocab
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buttress Vocabulary",
    "version": "2.3.1",
    "description": "Strengthen your vocabulary while reading things on browser.",
    "browser_action": {
        "default_icon": "icons\/128book.png",
        "default_title": "ButtressVocab",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "128": "icons\/128book.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery-3.3.1.min.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-3.3.1.min.js",
                "scripts\/presenter.js"
            ]
        }
    ]
}