Studyladder

A web based program built by teachers to help students of all abilities have fun while learning

Studyladder란 무엇입니까?

Studyladder은(는) http://www.studyladder.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A web based program built by teachers to help students of all abilities have fun while learning"입니다.

확장 프로그램 스크린샷

screenshot

Studyladder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Studyladder is a built by teachers to help students of all abilities have fun while learning

Used in over 40,000 schools and over 50,000 parents and homeschoolers. Studyladder teaches children aged 3-12 the same curriculum based activities that teachers use in the classroom.

Fun Educational Resources
* Covering more than 10 subjects (including Mathematics and English).
* Auto-marked activities give your children instant feedback with hints and clues when needed.
* Free Standard access allows your children access to the same resources that teachers use in the classroom.
* Optional paid "Premium" gives you improved reporting, premium rewards and access to all areas of the site that unpaid students cannot access.

Built by Teachers for Teachers
* Studyladder provides free school access to thousands of teaching resources covering more than 10 subjects (including Mathematics and English).
* Awarded 2012 "Best Website for Teaching and Learning".
* Individual study programs for students of all abilities.
* Provides students with instant feedback, virtual rewards and certificates.
* Complete "homework program" using themed Studysheets for grades K to 6
* Curriculum based learning with over 7,000 learning modules across 10 subjects.

Studyladder covers all of the major subjects such as Multiplication, Division, Money, Counting, Addition, Subtraction, Fractions, Area, Volume, Patterns, Algebra, Time, Financial Literacy, Spelling, Reading, Punctuation, Grammar, Handwriting, Science Literacy, Biology, Chemistry, Physics, Language & Culture, ICT... plus so much more!                    

확장 프로그램 기본 정보

이름 Studyladder Studyladder
ID pbnalleddjeedchcjjigkpniebbicomk
공식 URL https://chrome.google.com/webstore/detail/studyladder/pbnalleddjeedchcjjigkpniebbicomk
설명 A web based program built by teachers to help students of all abilities have fun while learning
파일 크기 49.38 KB
설치 횟수 2,000
현재 버전 0.0.1
최근 업데이트 2016-01-06
출시 날짜 2016-01-06
평점 3.25/5 총 4 개의 평점
개발자 http://www.studyladder.com.au
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Studyladder",
    "description": "A web based program built by teachers to help students of all abilities have fun while learning",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "assets\/icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "gcm",
        "background",
        "tabs",
        "notifications",
        "https:\/\/www.studyladder.com.au\/",
        "https:\/\/www.studyladder.com\/",
        "https:\/\/static.studyladder.com.au\/",
        "https:\/\/static.studyladder.com\/"
    ]
}