Risk

A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.

什么是Risk?

Risk是由Risk Team开发的Chrome扩展程序,该扩展的主要功能是“A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.”。

扩展截图

screenshot
screenshot
screenshot

下载Risk扩展crx文件

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

扩展使用说明

                        This extension will allow you to draw lines through Google Forms options. It can be super useful during school tests or anything that requires an organizated environment.

As extra-functions, it will also enumerate the questions and you will be able to see which ones you didn't answer.                    

扩展基本信息

名称 Risk Risk
ID akekmigldbmkkjihbcjkidlbfeihcnod
官方URL https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod
简介 A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
文件大小 38.3 KB
安装次数 90
当前版本 0.5
更新时间 2020-08-24
上架时间 2020-08-02
评分 5.00/5 共13次评分
开发者 Risk Team
电子邮箱 [email protected]
付费类型 free
支持的语言 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Risk",
    "version": "0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "src\/JS\/app.js",
                "src\/JS\/boolFunctions.js",
                "src\/JS\/verify.js"
            ],
            "css": [
                "src\/CSS\/style.css"
            ]
        }
    ],
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "src\/icons\/round-risk.png"
    },
    "author": "Pedro Queiroz & Lucca Nunes",
    "default_locale": "en"
}