StudyMate

Base Level Extension

Wat is StudyMate?

StudyMate is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Base Level Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie StudyMate

Download StudyMate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        StudyMate is an all-in-one assistant to help you focus and get things done. You can set an timer, make a to-do list for your assignments and play some chill music while you study.                    

Basisinformatie over de Extensie

Naam StudyMate StudyMate
ID miigginhjifopmloihnddkfagcncfmmg
Officiële URL https://chromewebstore.google.com/detail/studymate/miigginhjifopmloihnddkfagcncfmmg
Beschrijving Base Level Extension
Bestandsgrootte 7.07 MB
Aantal Installaties 18
Huidige Versie 1.2
Laatst Bijgewerkt 2019-12-28
Publicatiedatum 2019-12-28
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StudyMate",
    "description": "Base Level Extension",
    "version": "1.2",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "popup.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}