Study Aid

Study more efficiently with the help of Pepppina

Qu'est-ce que Study Aid ?

Study Aid est une extension Chrome développée par pepppina<3, et sa fonction principale est "Study more efficiently with the help of Pepppina".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Study Aid

Téléchargez les fichiers d'extension Study Aid au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Study Aid Study Aid
ID knhfbolnlplfpiohobmeckgcddpfinck
URL Officiel https://chromewebstore.google.com/detail/study-aid/knhfbolnlplfpiohobmeckgcddpfinck
Description Study more efficiently with the help of Pepppina
Taille du Fichier 644 KB
Nombre d'Installations 58
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2022-06-15
Date de Publication 2022-06-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur pepppina<3
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}