Assignment Tracker
Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.
O que é Assignment Tracker?
Assignment Tracker é uma extensão do Chrome desenvolvida por Catherine Zeng, e sua principal característica é "Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Assignment Tracker
Baixe arquivos de extensão Assignment Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | majicckffndkgmkcdbgccohoclphnkhg |
URL Oficial | https://chrome.google.com/webstore/detail/assignment-tracker/majicckffndkgmkcdbgccohoclphnkhg |
Descrição | Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker. |
Tamanho do Arquivo | 788 KB |
Contagem de Instalações | 377 |
Versão Atual | 1.0.0.1 |
Última Atualização | 2017-03-11 |
Data de Publicação | 2017-03-11 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Catherine Zeng |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |