QuizCards: World Capitals
Use these interactive browser-based flash cards to easily learn the world capitals.
QuizCards: World Capitalsคืออะไร?
QuizCards: World Capitals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.quizcards.info และคุณลักษณะหลักของมันคือ "Use these interactive browser-based flash cards to easily learn the world capitals."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuizCards: World Capitals
ดาวน์โหลดไฟล์ส่วนขยาย QuizCards: World Capitals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension puts a icon on your browser bar and whenever you click that icon, you're presented with a question about the capitals of the world. It remembers what you answer correctly and incorrectly, and uses those statistics to figure out what cards to show you more often. A fun and educational way to learn geography while waiting for websites to load. :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nikenaeclebghemphbkfedjndafkfjan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan |
คำอธิบาย | Use these interactive browser-based flash cards to easily learn the world capitals. |
ขนาดไฟล์ | 2.25 MB |
จำนวนการติดตั้ง | 276 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-07-13 |
วันที่เผยแพร่ | 2013-06-15 |
คะแนน | 4.11/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://www.quizcards.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pamelafox/chrome-cards |
URL หน้าช่วยเหลือ | https://github.com/pamelafox/chrome-cards/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuizCards: World Capitals", "version": "3.0.0", "manifest_version": 3, "description": "Use these interactive browser-based flash cards to easily learn the world capitals.", "permissions": [ "storage", "alarms" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon_128.png" }, "action": { "default_title": "Show the next flash card!", "default_icon": "browser_icon.png", "default_popup": "popup.html" } } |