Math Flashcard Game

Solve as many math problems as possible in a given time!

Math Flashcard Gameคืออะไร?

Math Flashcard Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "Solve as many math problems as possible in a given time!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Math Flashcard Game

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

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

                        Math Flashcard Game is a captivating, single-player challenge designed to enhance your mathematical expertise. Ideal for students, educators, or arithmetic enthusiasts! In this game, players tackle various math problems within a set time frame, aiming for the maximum score.

Game Interface:
   - The math question appears at the screen's center.
   - An input field for typing your answer is located below the question.
   - Displays include your current score, the highest score and the time left.

Problem-Solving Mechanics:
   - The problems include addition or subtraction of multiple numbers.
   - Choose from three number ranges: 1-9, 10-99, or 100-999.
   - Choose the quantity of numbers: 2, 3, 4.
   - Input your answer and submit by clicking 'Submit'.

Game Rules:
   - Score increments are based on the range and quantity of numbers in each problem, indicating difficulty.
   - The highest score is updated whenever your current score surpasses it.
   - Each problem allows a single answer attempt without score penalty for incorrect answers.
   - Skip to the next problem if you're unable to solve the current one promptly.
   - Restart the game at any time by clicking the 'Restart' button.

Time Constraint:
   - The total game duration is 150 seconds, after which the game concludes.
   - At the end of the game, your final score along with the counts of correct and incorrect answers are displayed, followed by an automatic restart of the game after 3 seconds.

Begin the challenge now and enjoy the fun of testing your skills!

CHANGELOG
==========
Version 0.1.1
- Add google analytics

Version 0.1.0
- Initial release of game                    

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

ชื่อ Math Flashcard Game Math Flashcard Game
ID cjfmbgdalchbgnfhejdmggefmpmaklhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/math-flashcard-game/cjfmbgdalchbgnfhejdmggefmpmaklhk
คำอธิบาย Solve as many math problems as possible in a given time!
ขนาดไฟล์ 25.2 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-12-10
ผู้พัฒนา https://gamecheerleader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gamecheerleader.com
URL หน้าช่วยเหลือ https://www.gamecheerleader.com/listings/math-flashcard-game
URL หน้านโยบายความเป็นส่วนตัว https://www.gamecheerleader.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math Flashcard Game",
    "version": "0.1.1",
    "description": "Solve as many math problems as possible in a given time!",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "offline_enabled": true,
    "manifest_version": 3
}