Study Aid

Study more efficiently with the help of Pepppina

Co je Study Aid?

Study Aid je rozšíření Chrome vyvinuté pepppina<3, a jeho hlavní funkcí je „Study more efficiently with the help of Pepppina“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Study Aid

Stáhněte si soubory rozšíření Study Aid ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Study Aid Study Aid
ID knhfbolnlplfpiohobmeckgcddpfinck
Oficiální URL https://chromewebstore.google.com/detail/study-aid/knhfbolnlplfpiohobmeckgcddpfinck
Popis Study more efficiently with the help of Pepppina
Velikost souboru 644 KB
Počet instalací 58
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2022-06-15
Datum Vydání 2022-06-15
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář pepppina<3
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}