Saskatchewan Curriculum Project

Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills

Cos'è Saskatchewan Curriculum Project?

Saskatchewan Curriculum Project è un'estensione di Chrome sviluppata da http://digitallearnersolutions.com, e la sua funzione principale è "Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Saskatchewan Curriculum Project

Scarica i file di estensione Saskatchewan Curriculum Project in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Saskatchewan Curriculum Project Saskatchewan Curriculum Project
ID cciiafmkdiedhednhaojokmcmimhbdgi
URL Ufficiale https://chrome.google.com/webstore/detail/saskatchewan-curriculum-p/cciiafmkdiedhednhaojokmcmimhbdgi
Descrizione Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills
Dimensione del File 1 MB
Conteggio Installazioni 685
Versione Corrente 0.9.0
Ultimo Aggiornamento 2016-01-19
Data di Pubblicazione 2016-01-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore http://digitallearnersolutions.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dlsplanner.azurewebsites.net/app/index.html
Lingue Supportate 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\/*"
    ]
}