LessonWriter Lessonizer

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

Что такое LessonWriter Lessonizer?

LessonWriter Lessonizer - это расширение Chrome, разработанное http://www.lessonwriter.com, и его основная функция - "Transform web pages into comprehensive lesson plans and student materials from any content in minutes.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения LessonWriter Lessonizer

Скачайте файлы расширений LessonWriter Lessonizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
Официальный URL https://chrome.google.com/webstore/detail/lessonwriter-lessonizer/egglepcahfdjneiakpapoolmhclkhfoo
Описание Transform web pages into comprehensive lesson plans and student materials from any content in minutes.
Размер файла 27.8 KB
Количество установок 181
Текущая Версия 1.0.2
Последнее Обновление 2017-09-10
Дата публикации 2017-09-10
Разработчик http://www.lessonwriter.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения http://www.lessonwriter.com
Поддерживаемые языки 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\/*"
    ]
}