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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |