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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
    ]
}