Assignment Tracker

Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.

Co je Assignment Tracker?

Assignment Tracker je rozšíření Chrome vyvinuté Catherine Zeng, a jeho hlavní funkcí je „Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.“.

Snímky obrazovky rozšíření

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í

                        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.                    

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

Název Assignment Tracker Assignment Tracker
ID majicckffndkgmkcdbgccohoclphnkhg
Oficiální URL https://chrome.google.com/webstore/detail/assignment-tracker/majicckffndkgmkcdbgccohoclphnkhg
Popis Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.
Velikost souboru 788 KB
Počet instalací 377
Aktuální Verze 1.0.0.1
Poslední Aktualizace 2017-03-11
Datum Vydání 2017-03-11
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Catherine Zeng
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}