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文件

下載Buttress Vocabulary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}