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