Risk
A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.
Riskとは何ですか?
RiskはRisk Teamによって開発されたChromeの拡張機能で、その主な機能は「A Google Forms extension created by two high schoolers that are trying to make filling these forms easier.」です。
拡張機能のスクリーンショット
Risk拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } |