Saskatchewan Curriculum Project
Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills
Τι είναι το Saskatchewan Curriculum Project;
Το Saskatchewan Curriculum Project είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://digitallearnersolutions.com, και η κύρια λειτουργία του είναι "Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Saskatchewan Curriculum Project
Λήψη αρχείων επέκτασης Saskatchewan Curriculum Project σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Saskatchewan Curriculum Project Extension allows teachers to: -create rubrics from Saskatchewan outcomes and indicators (English and French) -save, edit and print rubrics -scan rubrics with Bloom's Taxonomy for examining cognitive domain focuses - get activity prompts, skills and questions based on Bloom's Taxonomy -browse curriculum outcomes and indicators
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cciiafmkdiedhednhaojokmcmimhbdgi |
Επίσημο URL | https://chrome.google.com/webstore/detail/saskatchewan-curriculum-p/cciiafmkdiedhednhaojokmcmimhbdgi |
Περιγραφή | Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills |
Μέγεθος Αρχείου | 1 MB |
Αριθμός Εγκαταστάσεων | 685 |
Τρέχουσα Έκδοση | 0.9.0 |
Τελευταία Ενημέρωση | 2016-01-19 |
Ημερομηνία Δημοσίευσης | 2016-01-19 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | http://digitallearnersolutions.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://dlsplanner.azurewebsites.net/app/index.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saskatchewan Curriculum Project", "version": "0.9.0", "manifest_version": 2, "description": "Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills", "homepage_url": "http:\/\/www.digitallearnersolutions.com\/app\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "192": "icons\/icon192.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Sask. Curriculum Project", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs", "storage", "clipboardRead", "clipboardWrite", "https:\/\/staffroom.azurewebsites.net\/*" ] } |