Assignment Tracker++++
Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.
What is Assignment Tracker++++?
Assignment Tracker++++ is a Chrome extension developed by ddupont808, and its main feature is "Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.".
Extension Screenshots
Download Assignment Tracker++++ Extension CRX File
Download Assignment Tracker++++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Assignment Tracker++++ |
ID | oalpfcadjkoogenomjfheofngijfjncp |
Official URL | https://chromewebstore.google.com/detail/assignment-tracker++++/oalpfcadjkoogenomjfheofngijfjncp |
Description | Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments. |
File Size | 307 KB |
Installation Count | 85 |
Current Version | 1.0.5 |
Last Updated | 2022-01-24 |
Publish Date | 2022-01-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ddupont808 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ddupont808/assignment-tracker-sharp |
Supported Languages | 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" ] } |