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