StudyBuddy

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

Apa itu StudyBuddy?

StudyBuddy adalah ekstensi Chrome yang dikembangkan oleh rgantzos, dan fitur utamanya adalah "Need help studying? We've included some tools to make your study time more successful!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi StudyBuddy

Unduh file ekstensi StudyBuddy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama StudyBuddy StudyBuddy
ID mhjokdhifkkapkmomboagcgfnablooof
URL Resmi https://chromewebstore.google.com/detail/studybuddy/mhjokdhifkkapkmomboagcgfnablooof
Deskripsi Need help studying? We've included some tools to make your study time more successful!
Ukuran File 31.47 KB
Jumlah Instalasi 492
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-08-20
Tanggal Publikasi 2022-08-20
Penilaian 1.00/5 Total 1 Penilaian
Pengembang rgantzos
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.scratchtools.app/docs/privacy-policy
Bahasa yang Didukung 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"
    }
}