DaltonTab
DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…
Cos'è DaltonTab?
DaltonTab è un'estensione di Chrome sviluppata da A Person, e la sua funzione principale è "DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DaltonTab
Scarica i file di estensione DaltonTab 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
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.
Informazioni di Base sull'Estensione
Nome | DaltonTab |
ID | ggfjkmflbbjndabmnngilkfpmdegbfkm |
URL Ufficiale | https://chromewebstore.google.com/detail/daltontab/ggfjkmflbbjndabmnngilkfpmdegbfkm |
Descrizione | DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central… |
Dimensione del File | 1.03 MB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.8.0 |
Ultimo Aggiornamento | 2019-09-21 |
Data di Pubblicazione | 2019-09-20 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | A Person |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |