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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}