My Homework Reminder
This extension helps students keep track of assignments and due dates.
My Homework Reminder란 무엇입니까?
My Homework Reminder은(는) https://www.clarity-innovations.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps students keep track of assignments and due dates."입니다.
확장 프로그램 스크린샷
My Homework Reminder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get a Handle on Your Homework! My Homework Reminder provides a simple means by which students and teachers can create simple reminders and to-do lists from within the Google Chrome browser. Users can add items, create due-dates, and view completed assignments without having to disrupt what they are currently working on.
확장 프로그램 기본 정보
이름 | |
ID | jkfnehckplkpicbhiajnggoendjcendc |
공식 URL | https://chromewebstore.google.com/detail/my-homework-reminder/jkfnehckplkpicbhiajnggoendjcendc |
설명 | This extension helps students keep track of assignments and due dates. |
파일 크기 | 196 KB |
설치 횟수 | 22,899 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2014-01-16 |
출시 날짜 | 2014-01-16 |
평점 | 3.72/5 총 18 개의 평점 |
개발자 | https://www.clarity-innovations.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.clarity-innovations.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Homework Reminder", "short_name": "HomeworkReminder", "description": "This extension helps students keep track of assignments and due dates.", "version": "1.0.0", "permissions": [ "storage" ], "browser_action": { "default_icon": "homeworkSmall.png", "default_popup": "homework.html" } } |