Assignment Tracker++++
Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.
Assignment Tracker++++란 무엇입니까?
Assignment Tracker++++은(는) ddupont808에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments."입니다.
확장 프로그램 스크린샷
Assignment Tracker++++ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments. Highlight assignments and right click to add to your assignments tracker. Based off a project of Natalie Stewart (which itself is a fork of a project of Catherine Zeng's); this is a rewrite with the same set of features but also adds a rich text editor
확장 프로그램 기본 정보
이름 | Assignment Tracker++++ |
ID | oalpfcadjkoogenomjfheofngijfjncp |
공식 URL | https://chromewebstore.google.com/detail/assignment-tracker++++/oalpfcadjkoogenomjfheofngijfjncp |
설명 | Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments. |
파일 크기 | 307 KB |
설치 횟수 | 85 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2022-01-24 |
출시 날짜 | 2022-01-20 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | ddupont808 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ddupont808/assignment-tracker-sharp |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Assignment Tracker++++", "version": "1.0.5", "manifest_version": 3, "description": "Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.", "author": "Dillon DuPont", "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "menu.js" }, "icons": { "128": "icon128.png", "32": "icon32.png" }, "permissions": [ "contextMenus", "storage" ] } |