WordGame by Duckling Labs
Practice vocabulary like a champ.
WordGame by Duckling Labsคืออะไร?
WordGame by Duckling Labs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Duckling Labs PLC และคุณลักษณะหลักของมันคือ "Practice vocabulary like a champ."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordGame by Duckling Labs
ดาวน์โหลดไฟล์ส่วนขยาย WordGame by Duckling Labs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A random fresh word and its definition in your browser whenever you open a new tab. Learn new words every day as you browse! Build your vocabulary each time you open a new tab in Chrome. It's fun! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kbjhggmokdclbgocdpjpibikmfmeoilb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordgame-by-duckling-labs/kbjhggmokdclbgocdpjpibikmfmeoilb |
| คำอธิบาย | Practice vocabulary like a champ. |
| ขนาดไฟล์ | 873 KB |
| จำนวนการติดตั้ง | 22 |
| เวอร์ชันปัจจุบัน | 3.0 |
| อัปเดตครั้งล่าสุด | 2021-08-28 |
| วันที่เผยแพร่ | 2020-02-09 |
| คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | Duckling Labs PLC |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://wordgame.ducklinglabs.com |
| URL หน้าช่วยเหลือ | http://wordgame.ducklinglabs.com/terms |
| URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1v38ot7Qtw-MwcVgj26WUd50VwGkqPFlCxhxuaQ5OOsk/edit |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WordGame by Duckling Labs",
"short_name": "wordgame",
"description": "Practice vocabulary like a champ.",
"version": "3.0",
"icons": {
"16": "\/images\/logo.png",
"48": "\/images\/logo.png",
"128": "\/images\/logo.png"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
],
"chrome_url_overrides": {
"newtab": "vocab.html"
}
} | |