LookUp - Personal Vocabulary Companion

Build your vocabulary by looking up word meanings, and saving the ones you want.

LookUp - Personal Vocabulary Companionคืออะไร?

LookUp - Personal Vocabulary Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ninadsutrave.in และคุณลักษณะหลักของมันคือ "Build your vocabulary by looking up word meanings, and saving the ones you want."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LookUp - Personal Vocabulary Companion

ดาวน์โหลดไฟล์ส่วนขยาย LookUp - Personal Vocabulary Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        LookUp is a free and easy-to-use vocabulary companion. A handy extension for all (especially for students,  frequent readers and new English learners), as it helps in learning new words and building one's vocabulary.

Key features:

⋆ Instantly search for the meaning of a word that you haven't heard before.

⋆ Get more information such as the part of speech, phonetics, sentence usage, pronunciation and more.

⋆ Save the words in your very own personal bookmarked list for viewing them later which is a great way to build your knowledge. 

⋆ Use the Shortcut Key: Ctrl + Shift + L for quicker access to the extension.

Add it to your chrome browser now to try it out! 

Like it? 
Dislike it? 
Have a suggestion? 
Let me know by writing a feedback.

Source Code:
https://github.com/NinadSutrave/lookup-chrome

Thank you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LookUp - Personal Vocabulary Companion LookUp - Personal Vocabulary Companion
ID lamkbakfmcoaibacdbpgejffopbhhpgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lookup-personal-vocabular/lamkbakfmcoaibacdbpgejffopbhhpgn
คำอธิบาย Build your vocabulary by looking up word meanings, and saving the ones you want.
ขนาดไฟล์ 368 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-05-12
วันที่เผยแพร่ 2022-01-18
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://ninadsutrave.in
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/ninadsutrave/lookup-chrome/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LookUp - Personal Vocabulary Companion",
    "description": "Build your vocabulary by looking up word meanings, and saving the ones you want.",
    "version": "1.0.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    }
}