Risk

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

Cos'è Risk?

Risk è un'estensione di Chrome sviluppata da Risk Team, e la sua funzione principale è "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Risk

Scarica i file di estensione Risk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Risk Risk
ID akekmigldbmkkjihbcjkidlbfeihcnod
URL Ufficiale https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod
Descrizione A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
Dimensione del File 38.3 KB
Conteggio Installazioni 90
Versione Corrente 0.5
Ultimo Aggiornamento 2020-08-24
Data di Pubblicazione 2020-08-02
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore Risk Team
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}