Assignment Tracker++++
Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.
O que é Assignment Tracker++++?
Assignment Tracker++++ é uma extensão do Chrome desenvolvida por ddupont808, e sua principal característica é "Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.".
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
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
Informações Básicas da Extensão
Nome | Assignment Tracker++++ |
ID | oalpfcadjkoogenomjfheofngijfjncp |
URL Oficial | https://chromewebstore.google.com/detail/assignment-tracker++++/oalpfcadjkoogenomjfheofngijfjncp |
Descrição | Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments. |
Tamanho do Arquivo | 307 KB |
Contagem de Instalações | 85 |
Versão Atual | 1.0.5 |
Última Atualização | 2022-01-24 |
Data de Publicação | 2022-01-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ddupont808 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ddupont808/assignment-tracker-sharp |
Idiomas Suportados | 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" ] } |