LessonWriter Lessonizer

Transform web pages into comprehensive lesson plans and student materials from any content in minutes.

什麼是LessonWriter Lessonizer?

LessonWriter Lessonizer是由http://www.lessonwriter.com開發的Chrome擴展程式,該擴展的主要功能是“Transform web pages into comprehensive lesson plans and student materials from any content in minutes.”。

擴展截圖

screenshot

下載LessonWriter Lessonizer擴展crx文件

下載LessonWriter Lessonizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Right-click on any web page to automatically transform the text into a comprehensive, standards-based lesson and lesson plan in minutes. 

The lessons are ready-to-print, or available online (online lessons require a School or Premium User account.)

Lessons can be tailored to the needs of each student with Lessonwriter's Differentiated Instruction options.

For example, Lessonwriter's literacy support options help struggling readers and ESL students, and our question prompts make it easy to write higher-level critical thinking exercises.

Lessonwriter is free, but the Lessonizer extension requires a Lessonwriter Premium or School account.                    

擴展基本資訊

名稱 LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
官方網址 https://chrome.google.com/webstore/detail/lessonwriter-lessonizer/egglepcahfdjneiakpapoolmhclkhfoo
簡介 Transform web pages into comprehensive lesson plans and student materials from any content in minutes.
檔案大小 27.8 KB
安裝次數 181
目前版本 1.0.2
更新時間 2017-09-10
上架時間 2017-09-10
開發者 http://www.lessonwriter.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 http://www.lessonwriter.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LessonWriter Lessonizer",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "description": "Transform web pages into comprehensive lesson plans and student materials from any content in minutes.",
    "author": "LessonWriter, Inc.",
    "homepage_url": "http:\/\/lessonwriter.com\/",
    "background": {
        "scripts": [
            "URI.min.js",
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "contextMenus",
        "http:\/\/lessonwriter.com\/*"
    ]
}