Homework Tracker and Reminder

Be able to keep track of homework and give reminders

Homework Tracker and Reminder란 무엇입니까?

Homework Tracker and Reminder은(는) Jamieson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be able to keep track of homework and give reminders"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Homework Tracker and Reminder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Homework Tracker and Reminder is an extension that reminds you when the assignments you provide are almost due. The extension allows you to quickly add and remove homework assignments, view how long until the assignment's due date, and set the amount of time until you are reminded about assignments. It provides optional desktop notifications and a flag on the extension itself as reminders.                    

확장 프로그램 기본 정보

이름 Homework Tracker and Reminder Homework Tracker and Reminder
ID dhpmfhnhicjnjcdogjgcjepjlnhfcijg
공식 URL https://chromewebstore.google.com/detail/homework-tracker-and-remi/dhpmfhnhicjnjcdogjgcjepjlnhfcijg
설명 Be able to keep track of homework and give reminders
파일 크기 27.45 KB
설치 횟수 208
현재 버전 1.1
최근 업데이트 2023-03-19
출시 날짜 2022-10-03
개발자 Jamieson
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Homework Tracker and Reminder",
    "version": "1.1",
    "action": {
        "16": "\/images\/hw16.png",
        "48": "\/images\/hw48.png",
        "128": "\/images\/hw128.png",
        "default_popup": "\/homeworkExtension\/popup.html",
        "default_title": "Homework Extension"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "description": "Be able to keep track of homework and give reminders",
    "icons": {
        "16": "\/images\/hw16.png",
        "48": "\/images\/hw48.png",
        "128": "\/images\/hw128.png"
    },
    "author": "GolferMan"
}