LessonWriter Lessonizer

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

LessonWriter Lessonizer là gì?

LessonWriter Lessonizer là một tiện ích mở rộng Chrome được phát triển bởi http://www.lessonwriter.com, và tính năng chính của nó là "Transform web pages into comprehensive lesson plans and student materials from any content in minutes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LessonWriter Lessonizer

Tải xuống các tệp mở rộng LessonWriter Lessonizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LessonWriter Lessonizer LessonWriter Lessonizer
ID egglepcahfdjneiakpapoolmhclkhfoo
URL Chính Thức https://chrome.google.com/webstore/detail/lessonwriter-lessonizer/egglepcahfdjneiakpapoolmhclkhfoo
Mô tả Transform web pages into comprehensive lesson plans and student materials from any content in minutes.
Kích Thước Tệp 27.8 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-09-10
Ngày Phát Hành 2017-09-10
Nhà Phát Triển http://www.lessonwriter.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng http://www.lessonwriter.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}