Assignment Tracker++++

Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.

Cos'è Assignment Tracker++++?

Assignment Tracker++++ è un'estensione di Chrome sviluppata da ddupont808, e la sua funzione principale è "Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Assignment Tracker++++

Scarica i file di estensione Assignment Tracker++++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Assignment Tracker++++ Assignment Tracker++++
ID oalpfcadjkoogenomjfheofngijfjncp
URL Ufficiale https://chromewebstore.google.com/detail/assignment-tracker++++/oalpfcadjkoogenomjfheofngijfjncp
Descrizione Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.
Dimensione del File 307 KB
Conteggio Installazioni 85
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-01-24
Data di Pubblicazione 2022-01-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ddupont808
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ddupont808/assignment-tracker-sharp
Lingue Supportate 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"
    ]
}