Assignment Tracker
Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.
Co to jest Assignment Tracker?
Assignment Tracker to rozszerzenie Chrome opracowane przez Catherine Zeng, a jego główną funkcją jest „Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Assignment Tracker
Pobierz pliki rozszerzeń Assignment Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | majicckffndkgmkcdbgccohoclphnkhg |
Oficjalny URL | https://chrome.google.com/webstore/detail/assignment-tracker/majicckffndkgmkcdbgccohoclphnkhg |
Opis | Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker. |
Rozmiar pliku | 788 KB |
Liczba instalacji | 377 |
Aktualna Wersja | 1.0.0.1 |
Ostatnia Aktualizacja | 2017-03-11 |
Data Publikacji | 2017-03-11 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Catherine Zeng |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |