DaltonTab

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

Co to jest DaltonTab?

DaltonTab to rozszerzenie Chrome opracowane przez A Person, a jego główną funkcją jest „DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DaltonTab

Pobierz pliki rozszerzeń DaltonTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DaltonTab DaltonTab
ID ggfjkmflbbjndabmnngilkfpmdegbfkm
Oficjalny URL https://chromewebstore.google.com/detail/daltontab/ggfjkmflbbjndabmnngilkfpmdegbfkm
Opis DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…
Rozmiar pliku 1.03 MB
Liczba instalacji 14
Aktualna Wersja 0.8.0
Ostatnia Aktualizacja 2019-09-21
Data Publikacji 2019-09-20
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper A Person
Typ Płatności free
Obsługiwane Języki 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"
    }
}