Logophile
Learn new words as you surf the web
Logophileคืออะไร?
Logophile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ryguy และคุณลักษณะหลักของมันคือ "Learn new words as you surf the web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Logophile
ดาวน์โหลดไฟล์ส่วนขยาย Logophile ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Logophile transforms new tabs into flashcards to help you learn words and expand your vocabulary. You can use one of Logophile's 3 included word lists, or add words of your own. Each time you open a new tab, Logophile will select a new word from your list and display it on the screen. You can then click on the screen to reveal the definition and an example sentence (if available), then mark the word as 'Learned' once you've mastered it. You can add words manually in bulk, add them from a webpage you're reading, or from your Kindle. Pick and choose from 20 different color options to spruce up your new tab, and expand your vocabulary at the same time!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Logophile |
ID | bkoeglnnidiebhahjmlodfakgfnhekmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/logophile/bkoeglnnidiebhahjmlodfakgfnhekmm |
คำอธิบาย | Learn new words as you surf the web |
ขนาดไฟล์ | 192 KB |
จำนวนการติดตั้ง | 317 |
เวอร์ชันปัจจุบัน | 1.5.5 |
อัปเดตครั้งล่าสุด | 2021-04-17 |
วันที่เผยแพร่ | 2020-04-27 |
คะแนน | 4.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | ryguy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://docs.google.com/forms/d/e/1FAIpQLScbrrAuPh79VbTvfp6WfZ4NS7kfeYh8nayHIXM75i9A2nUP4w/viewform |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Logophile", "version": "1.5.5", "description": "Learn new words as you surf the web", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "identity.email", "identity", "contextMenus", "storage" ], "icons": { "16": "images\/favicon16.png", "32": "images\/favicon32.png", "48": "images\/favicon48.png", "128": "images\/favicon128.png" }, "browser_action": { "default_icon": { "16": "images\/favicon16.png", "32": "images\/favicon32.png" }, "default_title": "Logophile" }, "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "background.js" ] }, "manifest_version": 2 } |