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
官方網址 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"
}