StudyMate
Base Level Extension
什麼是StudyMate?
StudyMate是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Base Level Extension”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | miigginhjifopmloihnddkfagcncfmmg |
| 官方網址 | 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"
}
}
} | |