LessonWriter Lessonizer

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

LessonWriter Lessonizerとは何ですか?

LessonWriter Lessonizerはhttp://www.lessonwriter.comによって開発されたChromeの拡張機能で、その主な機能は「Transform web pages into comprehensive lesson plans and student materials from any content in minutes.」です。

拡張機能のスクリーンショット

screenshot

LessonWriter Lessonizer拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}