Risk
A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
Что такое Risk?
Risk - это расширение Chrome, разработанное Risk Team, и его основная функция - "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.".
Снимки экрана расширения
Скачать файл CRX расширения Risk
Скачайте файлы расширений Risk в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Risk |
ID | akekmigldbmkkjihbcjkidlbfeihcnod |
Официальный URL | https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod |
Описание | A Google Forms extension created by two high schoolers that are trying to make filling these forms easier. |
Размер файла | 38.3 KB |
Количество установок | 90 |
Текущая Версия | 0.5 |
Последнее Обновление | 2020-08-24 |
Дата публикации | 2020-08-02 |
Рейтинг | 5.00/5 Всего 13 оценок |
Разработчик | Risk Team |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } |