Study Aid

Study more efficiently with the help of Pepppina

Cos'è Study Aid?

Study Aid è un'estensione di Chrome sviluppata da pepppina<3, e la sua funzione principale è "Study more efficiently with the help of Pepppina".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Study Aid

Scarica i file di estensione Study Aid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Study Aid Study Aid
ID knhfbolnlplfpiohobmeckgcddpfinck
URL Ufficiale https://chromewebstore.google.com/detail/study-aid/knhfbolnlplfpiohobmeckgcddpfinck
Descrizione Study more efficiently with the help of Pepppina
Dimensione del File 644 KB
Conteggio Installazioni 58
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2022-06-15
Data di Pubblicazione 2022-06-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore pepppina<3
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}