Study Helper
Get quick, reliable answers to your homework and study questions.
What is Study Helper?
Study Helper is a Chrome extension developed by Study Helper, and its main feature is "Get quick, reliable answers to your homework and study questions.".
Extension Screenshots
Download Study Helper Extension CRX File
Download Study Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oimboniilmnjebfjflcijinpglgoifhm |
Official URL | https://chrome.google.com/webstore/detail/study-helper/oimboniilmnjebfjflcijinpglgoifhm |
Description | Get quick, reliable answers to your homework and study questions. |
File Size | 8.1 KB |
Installation Count | 427 |
Current Version | 1.0 |
Last Updated | 2020-11-11 |
Publish Date | 2020-11-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Study Helper |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |