Assignment Tracker++++

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

Co je Assignment Tracker++++?

Assignment Tracker++++ je rozšíření Chrome vyvinuté ddupont808, a jeho hlavní funkcí je „Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Assignment Tracker++++

Stáhněte si soubory rozšíření Assignment Tracker++++ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Assignment Tracker++++ Assignment Tracker++++
ID oalpfcadjkoogenomjfheofngijfjncp
Oficiální URL https://chromewebstore.google.com/detail/assignment-tracker++++/oalpfcadjkoogenomjfheofngijfjncp
Popis Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.
Velikost souboru 307 KB
Počet instalací 85
Aktuální Verze 1.0.5
Poslední Aktualizace 2022-01-24
Datum Vydání 2022-01-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář ddupont808
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ddupont808/assignment-tracker-sharp
Podporované Jazyky 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"
    ]
}