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是由http://digitallearnersolutions.com开发的Chrome扩展程序,该扩展的主要功能是“Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Saskatchewan Curriculum Project扩展crx文件

下载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                    

扩展基本信息

名称 Saskatchewan Curriculum Project Saskatchewan Curriculum Project
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\/*"
    ]
}