LessonWriter Lessonizer

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

What is LessonWriter Lessonizer?

LessonWriter Lessonizer is a Chrome extension developed by http://www.lessonwriter.com, and its main feature is "Transform web pages into comprehensive lesson plans and student materials from any content in minutes.".

Extension Screenshots

screenshot

Download LessonWriter Lessonizer Extension CRX File

Download LessonWriter Lessonizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
Official URL https://chrome.google.com/webstore/detail/lessonwriter-lessonizer/egglepcahfdjneiakpapoolmhclkhfoo
Description Transform web pages into comprehensive lesson plans and student materials from any content in minutes.
File Size 27.8 KB
Installation Count 181
Current Version 1.0.2
Last Updated 2017-09-10
Publish Date 2017-09-10
Developer http://www.lessonwriter.com
Email [email protected]
Payment Type in_app
Extension Website http://www.lessonwriter.com
Supported Languages 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\/*"
    ]
}