Study Aid

Study more efficiently with the help of Pepppina

O que é Study Aid?

Study Aid é uma extensão do Chrome desenvolvida por pepppina<3, e sua principal característica é "Study more efficiently with the help of Pepppina".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Study Aid

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

                        Pepppina-gogy: Study Aid is an extension meant to help students study and prepare for exams better. It's main functionalities are the 4 settings that it has. You can use this extension to record your goals before each study session, track the time that you have been studying for, do quick calculations, and enable dark mode to protect your eyes.                    

Informações Básicas da Extensão

Nome Study Aid Study Aid
ID knhfbolnlplfpiohobmeckgcddpfinck
URL Oficial https://chromewebstore.google.com/detail/study-aid/knhfbolnlplfpiohobmeckgcddpfinck
Descrição Study more efficiently with the help of Pepppina
Tamanho do Arquivo 644 KB
Contagem de Instalações 58
Versão Atual 0.0.0.1
Última Atualização 2022-06-15
Data de Publicação 2022-06-15
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor pepppina<3
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Study Aid",
    "description": "Study more efficiently with the help of Pepppina",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/www.google.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/Logo.png",
            "32": "\/images\/Logo.png",
            "48": "\/images\/Logo.png",
            "128": "\/images\/Logo.png"
        }
    },
    "icons": {
        "16": "\/images\/Pepppina-gogy.png",
        "32": "\/images\/Pepppina-gogy.png",
        "48": "\/images\/Pepppina-gogy.png",
        "128": "\/images\/Pepppina-gogy.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/popup.js",
                "\/Features\/B.js"
            ]
        }
    ]
}