SenecaAnswer
Gives the answer to seneca assignments
SenecaAnswerとは何ですか?
SenecaAnswerはmwmatthew10によって開発されたChromeの拡張機能で、その主な機能は「Gives the answer to seneca assignments」です。
拡張機能のスクリーンショット
SenecaAnswer拡張機能のCRXファイルをダウンロード
SenecaAnswer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds dark mode for Seneca and gives all answers to questions
拡張機能の基本情報
名前 | SenecaAnswer |
ID | aacmadajiomocfofkfpfjdcbbgdlonkc |
公式URL | https://chromewebstore.google.com/detail/senecaanswer/aacmadajiomocfofkfpfjdcbbgdlonkc |
説明 | Gives the answer to seneca assignments |
ファイルサイズ | 36.44 KB |
インストール数 | 5,257 |
現在のバージョン | 1.0 |
最終更新日 | 2019-03-22 |
公開日 | 2019-03-21 |
評価 | 3.20/5 合計 20 レビュー |
開発者 | mwmatthew10 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SenecaAnswer", "version": "1.0", "description": "Gives the answer to seneca assignments", "content_scripts": [ { "matches": [ "https:\/\/app.senecalearning.com\/classroom\/course\/*" ], "js": [ "JQuery.js", "index.js" ], "css": [ "ReplaceCSS.scss" ] } ], "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" } } |