Risk
A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
Apa itu Risk?
Risk adalah ekstensi Chrome yang dikembangkan oleh Risk Team, dan fitur utamanya adalah "A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Risk
Unduh file ekstensi Risk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Risk |
ID | akekmigldbmkkjihbcjkidlbfeihcnod |
URL Resmi | https://chromewebstore.google.com/detail/risk/akekmigldbmkkjihbcjkidlbfeihcnod |
Deskripsi | A Google Forms extension created by two high schoolers that are trying to make filling these forms easier. |
Ukuran File | 38.3 KB |
Jumlah Instalasi | 90 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2020-08-24 |
Tanggal Publikasi | 2020-08-02 |
Penilaian | 5.00/5 Total 13 Penilaian |
Pengembang | Risk Team |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |