Risk
A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
Wat is Risk?
Risk is een Chrome-extensie ontwikkeld door Risk Team, en de belangrijkste functie is "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.".
Extensie Screenshots
Download het CRX-bestand van de extensie Risk
Download Risk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Risk |
ID | akekmigldbmkkjihbcjkidlbfeihcnod |
Officiële URL | https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod |
Beschrijving | A Google Forms extension created by two high schoolers that are trying to make filling these forms easier. |
Bestandsgrootte | 38.3 KB |
Aantal Installaties | 90 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2020-08-24 |
Publicatiedatum | 2020-08-02 |
Beoordeling | 5.00/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Risk Team |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |