Study Buddy

Chrome extension that generates questions and answers from a webpage to help you study!

O que é Study Buddy?

Study Buddy é uma extensão do Chrome desenvolvida por benko.mislav, e sua principal característica é "Chrome extension that generates questions and answers from a webpage to help you study!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Study Buddy

Baixe arquivos de extensão Study Buddy 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

                        This extension is designed to make it easier for users to learn and understand the content they are reading. By generating questions and answers, users can test their knowledge, reinforce key concepts, and gain a deeper understanding of the material.                    

Informações Básicas da Extensão

Nome Study Buddy Study Buddy
ID eanalaiahmfkcilogaoggcfdgilbkhmk
URL Oficial https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk
Descrição Chrome extension that generates questions and answers from a webpage to help you study!
Tamanho do Arquivo 290 KB
Contagem de Instalações 437
Versão Atual 1.0.0
Última Atualização 2024-03-07
Data de Publicação 2023-03-06
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor benko.mislav
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Study Buddy",
    "version": "1.0.0",
    "description": "Chrome extension that generates questions and answers from a webpage to help you study!",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}