Risk
A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
Was ist Risk?
Risk ist eine Chrome-Erweiterung, die von Risk Team entwickelt wurde, und ihr Hauptmerkmal ist "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.".
Erweiterungsscreenshots
Risk-Erweiterungs-CRX-Datei herunterladen
Laden Sie Risk-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Risk |
ID | akekmigldbmkkjihbcjkidlbfeihcnod |
Offizielle URL | https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod |
Beschreibung | A Google Forms extension created by two high schoolers that are trying to make filling these forms easier. |
Dateigröße | 38.3 KB |
Installationsanzahl | 90 |
Aktuelle Version | 0.5 |
Letztes Update | 2020-08-24 |
Veröffentlichungsdatum | 2020-08-02 |
Bewertung | 5.00/5 Insgesamt 13 Bewertungen |
Entwickler | Risk Team |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |