LessonWriter Lessonizer

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

Apa itu LessonWriter Lessonizer?

LessonWriter Lessonizer adalah ekstensi Chrome yang dikembangkan oleh http://www.lessonwriter.com, dan fitur utamanya adalah "Transform web pages into comprehensive lesson plans and student materials from any content in minutes.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LessonWriter Lessonizer

Unduh file ekstensi LessonWriter Lessonizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
URL Resmi https://chrome.google.com/webstore/detail/lessonwriter-lessonizer/egglepcahfdjneiakpapoolmhclkhfoo
Deskripsi Transform web pages into comprehensive lesson plans and student materials from any content in minutes.
Ukuran File 27.8 KB
Jumlah Instalasi 181
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-09-10
Tanggal Publikasi 2017-09-10
Pengembang http://www.lessonwriter.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi http://www.lessonwriter.com
Bahasa yang Didukung 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\/*"
    ]
}