Risk
A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
O que é Risk?
Risk é uma extensão do Chrome desenvolvida por Risk Team, e sua principal característica é "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Risk
Baixe arquivos de extensão Risk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Risk |
ID | akekmigldbmkkjihbcjkidlbfeihcnod |
URL Oficial | https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod |
Descrição | A Google Forms extension created by two high schoolers that are trying to make filling these forms easier. |
Tamanho do Arquivo | 38.3 KB |
Contagem de Instalações | 90 |
Versão Atual | 0.5 |
Última Atualização | 2020-08-24 |
Data de Publicação | 2020-08-02 |
Classificação | 5.00/5 Total de 13 Avaliações |
Desenvolvedor | Risk Team |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |