StudyMate
Base Level Extension
What is StudyMate?
StudyMate is a Chrome extension developed by Unknown, and its main feature is "Base Level Extension".
Extension Screenshots
Download StudyMate Extension CRX File
Download StudyMate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | StudyMate |
ID | miigginhjifopmloihnddkfagcncfmmg |
Official URL | https://chromewebstore.google.com/detail/studymate/miigginhjifopmloihnddkfagcncfmmg |
Description | Base Level Extension |
File Size | 7.07 MB |
Installation Count | 18 |
Current Version | 1.2 |
Last Updated | 2019-12-28 |
Publish Date | 2019-12-28 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } } |