LessonWriter Lessonizer

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

Was ist LessonWriter Lessonizer?

LessonWriter Lessonizer ist eine Chrome-Erweiterung, die von http://www.lessonwriter.com entwickelt wurde, und ihr Hauptmerkmal ist "Transform web pages into comprehensive lesson plans and student materials from any content in minutes.".

Erweiterungsscreenshots

screenshot

LessonWriter Lessonizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie LessonWriter Lessonizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
Offizielle URL https://chrome.google.com/webstore/detail/lessonwriter-lessonizer/egglepcahfdjneiakpapoolmhclkhfoo
Beschreibung Transform web pages into comprehensive lesson plans and student materials from any content in minutes.
Dateigröße 27.8 KB
Installationsanzahl 181
Aktuelle Version 1.0.2
Letztes Update 2017-09-10
Veröffentlichungsdatum 2017-09-10
Entwickler http://www.lessonwriter.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite http://www.lessonwriter.com
Unterstützte Sprachen 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\/*"
    ]
}