Assignment Tracker

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

Cos'è Assignment Tracker?

Assignment Tracker è un'estensione di Chrome sviluppata da Catherine Zeng, e la sua funzione principale è "Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.".

Screenshot dell'Estensione

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

                        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.                    

Informazioni di Base sull'Estensione

Nome Assignment Tracker Assignment Tracker
ID majicckffndkgmkcdbgccohoclphnkhg
URL Ufficiale https://chrome.google.com/webstore/detail/assignment-tracker/majicckffndkgmkcdbgccohoclphnkhg
Descrizione Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.
Dimensione del File 788 KB
Conteggio Installazioni 377
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2017-03-11
Data di Pubblicazione 2017-03-11
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Catherine Zeng
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}