StudyMate

Base Level Extension

StudyMate là gì?

StudyMate là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Base Level Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StudyMate

Tải xuống các tệp mở rộng StudyMate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StudyMate StudyMate
ID miigginhjifopmloihnddkfagcncfmmg
URL Chính Thức https://chromewebstore.google.com/detail/studymate/miigginhjifopmloihnddkfagcncfmmg
Mô tả Base Level Extension
Kích Thước Tệp 7.07 MB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-12-28
Ngày Phát Hành 2019-12-28
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}