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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |