Studyladder
A web based program built by teachers to help students of all abilities have fun while learning
Τι είναι το Studyladder;
Το Studyladder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.studyladder.com.au, και η κύρια λειτουργία του είναι "A web based program built by teachers to help students of all abilities have fun while learning".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Studyladder
Λήψη αρχείων επέκτασης Studyladder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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\/" ] } |