StepUp Daily Math and English Practice

Developed by Expert Teachers

StepUp Daily Math and English Practiceとは何ですか?

StepUp Daily Math and English Practiceはhttps://lumoslearning.comによって開発されたChromeの拡張機能で、その主な機能は「Developed by Expert Teachers」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

StepUp Daily Math and English Practice拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}