Assignment Tracker
Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.
What is Assignment Tracker?
Assignment Tracker is a Chrome extension developed by Catherine Zeng, and its main feature is "Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.".
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
Assignment Tracker substitutes the new tabs page for an notepad which allows users to jot down quick notes and keep track of assignments. Assignment Tracker also allows users to highlight text and save it to their new tabs notepad.
Extension Basic Information
Name | |
ID | majicckffndkgmkcdbgccohoclphnkhg |
Official URL | https://chrome.google.com/webstore/detail/assignment-tracker/majicckffndkgmkcdbgccohoclphnkhg |
Description | Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker. |
File Size | 788 KB |
Installation Count | 377 |
Current Version | 1.0.0.1 |
Last Updated | 2017-03-11 |
Publish Date | 2017-03-11 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Catherine Zeng |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Assignment Tracker", "version": "1.0.0.1", "manifest_version": 2, "description": "Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.", "author": "Catherine Zeng", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "menu.js" ], "persistent": true }, "icons": { "128": "icon128.png", "32": "icon32.png" }, "permissions": [ "contextMenus", "tabs", "storage" ] } |