Assignment Tracker

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

Qu'est-ce que Assignment Tracker ?

Assignment Tracker est une extension Chrome développée par Catherine Zeng, et sa fonction principale est "Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Assignment Tracker

Téléchargez les fichiers d'extension Assignment Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Assignment Tracker Assignment Tracker
ID majicckffndkgmkcdbgccohoclphnkhg
URL Officiel https://chrome.google.com/webstore/detail/assignment-tracker/majicckffndkgmkcdbgccohoclphnkhg
Description Changes new tabs page into an assignments tracker. Highlight assignments and right click to add to your assignments tracker.
Taille du Fichier 788 KB
Nombre d'Installations 377
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2017-03-11
Date de Publication 2017-03-11
Évaluation 5.00/5 Total 4 Évaluations
Développeur Catherine Zeng
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}