Study Helper
Get quick, reliable answers to your homework and study questions.
Study Helperとは何ですか?
Study HelperはStudy Helperによって開発されたChromeの拡張機能で、その主な機能は「Get quick, reliable answers to your homework and study questions.」です。
拡張機能のスクリーンショット
Study Helper拡張機能のCRXファイルをダウンロード
Study Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
There is no other way to put it, school is hard. Homework is hard. Studying is hard. Because of that, Study Helper is creating a way for you to get all the answers you need as quickly as you can get them. Currently, Study Helper assists in extending the daily access limit to questions posted on brianly.com. Future versions will see more tools and functionalities that allow you to get the most reliable answers when you need them. *DISCLAIMERS* -Study Helper does not condone cheating or plagiarism. All of the answers that Study Helper assists with providing are for studying purposes only. -Study Helper is NOT a replacement for the websites that it operates on.
拡張機能の基本情報
名前 | |
ID | oimboniilmnjebfjflcijinpglgoifhm |
公式URL | https://chrome.google.com/webstore/detail/study-helper/oimboniilmnjebfjflcijinpglgoifhm |
説明 | Get quick, reliable answers to your homework and study questions. |
ファイルサイズ | 8.1 KB |
インストール数 | 427 |
現在のバージョン | 1.0 |
最終更新日 | 2020-11-11 |
公開日 | 2020-11-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Study Helper |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Study Helper", "version": "1.0", "description": "Get quick, reliable answers to your homework and study questions.", "icons": { "128": "studyhelper128.png", "48": "studyhelper48.png", "16": "studyhelper16.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/brainly.com\/question\/*" ], "js": [ "brainly.js" ] } ] } |