Word Of The Day!
Displays one new vocabulary word each day, it's definition and an example sentence from around the web.
Word Of The Day!คืออะไร?
Word Of The Day! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Troy Sultan และคุณลักษณะหลักของมันคือ "Displays one new vocabulary word each day, it's definition and an example sentence from around the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Of The Day!
ดาวน์โหลดไฟล์ส่วนขยาย Word Of The Day! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Word Of The Day! displays one new vocabulary word each day and it's definition, along with 1-2 example sentences from around the web. Note: Vocabulary words do not update over the weekend. v 1.2 changes: minor bug fixes, font and color updates. v 1.3 changes: design/UI updates. v 1.4 changes: fixed word spacing and broken links. v 1.5 changes: Updated data handling Please comment with feature/improvement suggestions! :-)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Word Of The Day! |
ID | kloedcdpipobfmidkoafhmmmlpfjjehl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/word-of-the-day/kloedcdpipobfmidkoafhmmmlpfjjehl |
คำอธิบาย | Displays one new vocabulary word each day, it's definition and an example sentence from around the web. |
ขนาดไฟล์ | 77.91 KB |
จำนวนการติดตั้ง | 5,233 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2014-09-04 |
วันที่เผยแพร่ | 2014-09-04 |
คะแนน | 4.00/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Troy Sultan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Of The Day!", "version": "1.5.1", "manifest_version": 2, "description": "Displays one new vocabulary word each day, it's definition and an example sentence from around the web.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/api.wordnik.com\/" ] } |