DaltonTab

DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…

Wat is DaltonTab?

DaltonTab is een Chrome-extensie ontwikkeld door A Person, en de belangrijkste functie is "DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DaltonTab

Download DaltonTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central view, available at the click of a new tab.                    

Basisinformatie over de Extensie

Naam DaltonTab DaltonTab
ID ggfjkmflbbjndabmnngilkfpmdegbfkm
Officiële URL https://chromewebstore.google.com/detail/daltontab/ggfjkmflbbjndabmnngilkfpmdegbfkm
Beschrijving DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…
Bestandsgrootte 1.03 MB
Aantal Installaties 14
Huidige Versie 0.8.0
Laatst Bijgewerkt 2019-09-21
Publicatiedatum 2019-09-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar A Person
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DaltonTab",
    "version": "0.8.0",
    "icons": {
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "storage",
        "*:\/\/*.dalton.org\/",
        "*:\/\/*.myhomework.space\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}