LessonWriter Lessonizer

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

Co je LessonWriter Lessonizer?

LessonWriter Lessonizer je rozšíření Chrome vyvinuté http://www.lessonwriter.com, a jeho hlavní funkcí je „Transform web pages into comprehensive lesson plans and student materials from any content in minutes.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LessonWriter Lessonizer

Stáhněte si soubory rozšíření LessonWriter Lessonizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
Oficiální URL https://chrome.google.com/webstore/detail/lessonwriter-lessonizer/egglepcahfdjneiakpapoolmhclkhfoo
Popis Transform web pages into comprehensive lesson plans and student materials from any content in minutes.
Velikost souboru 27.8 KB
Počet instalací 181
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-09-10
Datum Vydání 2017-09-10
Vývojář http://www.lessonwriter.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření http://www.lessonwriter.com
Podporované Jazyky 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\/*"
    ]
}