Risk
A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
Qu'est-ce que Risk ?
Risk est une extension Chrome développée par Risk Team, et sa fonction principale est "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Risk
Téléchargez les fichiers d'extension Risk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Risk |
ID | akekmigldbmkkjihbcjkidlbfeihcnod |
URL Officiel | https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod |
Description | A Google Forms extension created by two high schoolers that are trying to make filling these forms easier. |
Taille du Fichier | 38.3 KB |
Nombre d'Installations | 90 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2020-08-24 |
Date de Publication | 2020-08-02 |
Évaluation | 5.00/5 Total 13 Évaluations |
Développeur | Risk Team |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |