Buttress Vocabulary

Strengthen your vocabulary while reading things on browser.

Buttress Vocabularyคืออะไร?

Buttress Vocabulary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saurav.1869 และคุณลักษณะหลักของมันคือ "Strengthen your vocabulary while reading things on browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buttress Vocabulary

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}