StudyMate

Base Level Extension

StudyMate란 무엇입니까?

StudyMate은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Base Level Extension"입니다.

확장 프로그램 스크린샷

screenshot

StudyMate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}