LessonWriter Lessonizer

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

Cos'è LessonWriter Lessonizer?

LessonWriter Lessonizer è un'estensione di Chrome sviluppata da http://www.lessonwriter.com, e la sua funzione principale è "Transform web pages into comprehensive lesson plans and student materials from any content in minutes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LessonWriter Lessonizer

Scarica i file di estensione LessonWriter Lessonizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
URL Ufficiale https://chrome.google.com/webstore/detail/lessonwriter-lessonizer/egglepcahfdjneiakpapoolmhclkhfoo
Descrizione Transform web pages into comprehensive lesson plans and student materials from any content in minutes.
Dimensione del File 27.8 KB
Conteggio Installazioni 181
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-09-10
Data di Pubblicazione 2017-09-10
Sviluppatore http://www.lessonwriter.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione http://www.lessonwriter.com
Lingue Supportate 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\/*"
    ]
}