LessonWriter Lessonizer

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

Vad är LessonWriter Lessonizer?

LessonWriter Lessonizer är en Chrome-tillägg utvecklad av http://www.lessonwriter.com, och dess huvudfunktion är "Transform web pages into comprehensive lesson plans and student materials from any content in minutes.".

Tilläggsskärmbilder

screenshot

Ladda ner LessonWriter Lessonizer-förlängningens CRX-fil

Ladda ner LessonWriter Lessonizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
Officiell webbadress https://chrome.google.com/webstore/detail/lessonwriter-lessonizer/egglepcahfdjneiakpapoolmhclkhfoo
Beskrivning Transform web pages into comprehensive lesson plans and student materials from any content in minutes.
Filstorlek 27.8 KB
Antal Installationer 181
Aktuell Version 1.0.2
Senast Uppdaterad 2017-09-10
Publiceringsdatum 2017-09-10
Utvecklare http://www.lessonwriter.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats http://www.lessonwriter.com
Stödda Språk 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\/*"
    ]
}