Risk

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

Co to jest Risk?

Risk to rozszerzenie Chrome opracowane przez Risk Team, a jego główną funkcją jest „A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Risk

Pobierz pliki rozszerzeń Risk w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Risk Risk
ID akekmigldbmkkjihbcjkidlbfeihcnod
Oficjalny URL https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod
Opis A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
Rozmiar pliku 38.3 KB
Liczba instalacji 90
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2020-08-24
Data Publikacji 2020-08-02
Ocena 5.00/5 Łącznie 13 Oceny
Deweloper Risk Team
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}