StudyBuddy

Need help studying? We've included some tools to make your study time more successful!

Qu'est-ce que StudyBuddy ?

StudyBuddy est une extension Chrome développée par rgantzos, et sa fonction principale est "Need help studying? We've included some tools to make your study time more successful!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension StudyBuddy

Téléchargez les fichiers d'extension StudyBuddy 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

                        StudyBuddy includes some simple yet helpful tools to the perfect study guide! It's hard to keep track of your information, so StudyBuddy stores it all for you!

Paste some important information into the popup and StudyBuddy will hold onto it for you! Right click on a page and add the page to your StudyBuddy and it'll save the page for you as well!

Studying is always easier with a buddy, use StudyBuddy!                    

Informations de Base sur l'Extension

Nom StudyBuddy StudyBuddy
ID mhjokdhifkkapkmomboagcgfnablooof
URL Officiel https://chromewebstore.google.com/detail/studybuddy/mhjokdhifkkapkmomboagcgfnablooof
Description Need help studying? We've included some tools to make your study time more successful!
Taille du Fichier 31.47 KB
Nombre d'Installations 492
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-08-20
Date de Publication 2022-08-20
Évaluation 1.00/5 Total 1 Évaluations
Développeur rgantzos
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.scratchtools.app/docs/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StudyBuddy",
    "short_name": "StudyBuddy",
    "manifest_version": 3,
    "version": "1.0.0",
    "version_name": "1.0.0",
    "description": "Need help studying? We've included some tools to make your study time more successful!",
    "author": "rgantzos",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "StudyBuddy",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}