StudyMate

Base Level Extension

StudyMateคืออะไร?

StudyMate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Base Level Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StudyMate

ดาวน์โหลดไฟล์ส่วนขยาย StudyMate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}