Study Aid

Study more efficiently with the help of Pepppina

Was ist Study Aid?

Study Aid ist eine Chrome-Erweiterung, die von pepppina<3 entwickelt wurde, und ihr Hauptmerkmal ist "Study more efficiently with the help of Pepppina".

Erweiterungsscreenshots

screenshot

Study Aid-Erweiterungs-CRX-Datei herunterladen

Laden Sie Study Aid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Study Aid Study Aid
ID knhfbolnlplfpiohobmeckgcddpfinck
Offizielle URL https://chromewebstore.google.com/detail/study-aid/knhfbolnlplfpiohobmeckgcddpfinck
Beschreibung Study more efficiently with the help of Pepppina
Dateigröße 644 KB
Installationsanzahl 58
Aktuelle Version 0.0.0.1
Letztes Update 2022-06-15
Veröffentlichungsdatum 2022-06-15
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler pepppina<3
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}