StepUp Daily Math and English Practice

Developed by Expert Teachers

StepUp Daily Math and English Practiceคืออะไร?

StepUp Daily Math and English Practice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lumoslearning.com และคุณลักษณะหลักของมันคือ "Developed by Expert Teachers"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StepUp Daily Math and English Practice

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

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

                        Language and Math Daily Practice Tool for students in grades 3-8.

The StepUp Daily Math and English Practice Chrome extension help students master English Language Arts (ELA) and Math concepts to help them prepare well for state standardized assessments. 

It allows students to practice standards-aligned Math and ELA questions every time they open a new chrome browser tab. In addition, it helps them learn new words powered by FlashCube, a fun, and interactive vocabulary practice tool. Developed by expert teachers, the sample questions and word lists precisely match students' grades and reading levels. 

Install the StepUp English and Math Practice extension now! Help your students and children succeed on state assessments.

Key Highlights:
- Practice tests that mirror the state assessments
- Grade and reading levels matched Math and ELA practice tests and word lists.
- Standards-aligned Math and ELA practice resources.
- Technology-enhanced item types practice                    

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

ชื่อ StepUp Daily Math and English Practice StepUp Daily Math and English Practice
ID oipidkbdpmignogieealmfdfmcinppfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stepup-daily-math-and-eng/oipidkbdpmignogieealmfdfmcinppfl
คำอธิบาย Developed by Expert Teachers
ขนาดไฟล์ 2.73 MB
จำนวนการติดตั้ง 1,134
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2022-07-20
วันที่เผยแพร่ 2020-06-07
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://lumoslearning.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.lumoslearning.com/llwp/
URL หน้านโยบายความเป็นส่วนตัว https://www.lumoslearning.com/llwp/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StepUp Daily Math and English Practice",
    "description": "Developed by Expert Teachers",
    "version": "2.0.2",
    "icons": {
        "128": "images\/lumos_icon.png"
    },
    "browser_action": {
        "default_icon": "images\/logoSmall.png",
        "default_popup": "browser_action\/popup.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "js\/content.css"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab\/views\/vocabulary.html"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.lumoslearning.com\/*"
    ],
    "web_accessible_resources": [
        "lumos_icon.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/cdnjs.cloudflare.com https:\/\/ajax.googleapis.com https:\/\/fontawesome.com; object-src 'self'"
}