SeatMath: Forms-Friendly Equation Editor

Converts mathematical equations into utf-8 text for google forms or anywhere on the web.

什么是SeatMath: Forms-Friendly Equation Editor?

SeatMath: Forms-Friendly Equation Editor是由seatmatheducationalproducts开发的Chrome扩展程序,该扩展的主要功能是“Converts mathematical equations into utf-8 text for google forms or anywhere on the web.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SeatMath: Forms-Friendly Equation Editor扩展crx文件

下载SeatMath: Forms-Friendly Equation Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        I created this extension to fill a need for my classroom.  Students need to input math easily into plain textboxes like in google forms.  They also need to be able to easily show their work.   The students can make an equation in a friendly equation editor and the output is then changed into utf-8 encoded text that can be copied into any textbox (including google forms quizzes).  They can also show their work in the workflow box and copy it all over to the clipboard to be pasted into a question on google forms that has been set to take paragraph answers.  This allows students to work directly with forms instead of having to paste urls to images of their answers like with some other equation editors, which makes grading much less of a hassle.  I have included support for the mathematical symbols that I use in my high school classes and support for chemistry.  There is also support for adding italics, bold, and underline to text in google forms responses for language arts classes.                    

扩展基本信息

名称 SeatMath: Forms-Friendly Equation Editor SeatMath: Forms-Friendly Equation Editor
ID aaeffcfdmalohgjacccngamlobknlcbj
官方URL https://chromewebstore.google.com/detail/seatmath-forms-friendly-e/aaeffcfdmalohgjacccngamlobknlcbj
简介 Converts mathematical equations into utf-8 text for google forms or anywhere on the web.
文件大小 2.92 MB
安装次数 9,615
当前版本 0.0.0.1
更新时间 2020-10-19
上架时间 2020-10-18
评分 5.00/5 共2次评分
开发者 seatmatheducationalproducts
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SeatMath: Forms-Friendly Equation Editor",
    "version": "0.0.0.1",
    "description": "Converts mathematical equations into utf-8 text for google forms or anywhere on the web.",
    "icons": {
        "16": "images\/SeatMath16.png",
        "32": "images\/SeatMath32.png",
        "48": "images\/SeatMath48.png",
        "128": "images\/SeatMath128.png"
    },
    "browser_action": {
        "default_icon": "images\/SeatMath16.png",
        "default_popup": "formsfriendly.html"
    },
    "permissions": [
        "storage"
    ]
}