LessonWriter Lessonizer

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

Qu'est-ce que LessonWriter Lessonizer ?

LessonWriter Lessonizer est une extension Chrome développée par http://www.lessonwriter.com, et sa fonction principale est "Transform web pages into comprehensive lesson plans and student materials from any content in minutes.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LessonWriter Lessonizer

Téléchargez les fichiers d'extension LessonWriter Lessonizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
URL Officiel 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.
Taille du Fichier 27.8 KB
Nombre d'Installations 181
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-09-10
Date de Publication 2017-09-10
Développeur http://www.lessonwriter.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension http://www.lessonwriter.com
Langues Prises en Charge 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\/*"
    ]
}