Assignment Tracker
Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.
Wat is Assignment Tracker?
Assignment Tracker is een Chrome-extensie ontwikkeld door Catherine Zeng, en de belangrijkste functie is "Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.".
Extensie Screenshots
Download het CRX-bestand van de extensie Assignment Tracker
Download Assignment Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | majicckffndkgmkcdbgccohoclphnkhg |
Officiële URL | https://chrome.google.com/webstore/detail/assignment-tracker/majicckffndkgmkcdbgccohoclphnkhg |
Beschrijving | Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker. |
Bestandsgrootte | 788 KB |
Aantal Installaties | 377 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2017-03-11 |
Publicatiedatum | 2017-03-11 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Catherine Zeng |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |