Study Helper

Get quick, reliable answers to your homework and study questions.

O que é Study Helper?

Study Helper é uma extensão do Chrome desenvolvida por Study Helper, e sua principal característica é "Get quick, reliable answers to your homework and study questions.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Study Helper

Baixe arquivos de extensão Study Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Study Helper Study Helper
ID oimboniilmnjebfjflcijinpglgoifhm
URL Oficial https://chrome.google.com/webstore/detail/study-helper/oimboniilmnjebfjflcijinpglgoifhm
Descrição Get quick, reliable answers to your homework and study questions.
Tamanho do Arquivo 8.1 KB
Contagem de Instalações 427
Versão Atual 1.0
Última Atualização 2020-11-11
Data de Publicação 2020-11-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Study Helper
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}