StudyMate

Base Level Extension

什么是StudyMate?

StudyMate是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Base Level Extension”。

扩展截图

screenshot

下载StudyMate扩展crx文件

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