StudyMate

Base Level Extension

ما هو StudyMate؟

StudyMate هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Base Level Extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة StudyMate

قم بتنزيل ملفات الامتداد StudyMate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم StudyMate StudyMate
ID miigginhjifopmloihnddkfagcncfmmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/studymate/miigginhjifopmloihnddkfagcncfmmg
الوصف Base Level Extension
حجم الملف 7.07 MB
عدد التثبيتات 18
النسخة الحالية 1.2
آخر تحديث 2019-12-28
تاريخ النشر 2019-12-28
تقييم 4.80/5 مجموع تقييمات 5
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
        }
    }
}