Risk

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

What is Risk?

Risk is a Chrome extension developed by Risk Team, and its main feature is "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Risk Extension CRX File

Download Risk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Risk Risk
ID akekmigldbmkkjihbcjkidlbfeihcnod
Official URL https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod
Description A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
File Size 38.3 KB
Installation Count 90
Current Version 0.5
Last Updated 2020-08-24
Publish Date 2020-08-02
Rating 5.00/5 Total 13 Ratings
Developer Risk Team
Email [email protected]
Payment Type free
Supported Languages 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"
}