DaltonTab
DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…
What is DaltonTab?
DaltonTab is a Chrome extension developed by A Person, and its main feature is "DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…".
Extension Screenshots
Download DaltonTab Extension CRX File
Download DaltonTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | DaltonTab |
ID | ggfjkmflbbjndabmnngilkfpmdegbfkm |
Official URL | https://chromewebstore.google.com/detail/daltontab/ggfjkmflbbjndabmnngilkfpmdegbfkm |
Description | DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central… |
File Size | 1.03 MB |
Installation Count | 14 |
Current Version | 0.8.0 |
Last Updated | 2019-09-21 |
Publish Date | 2019-09-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | A Person |
Payment Type | free |
Supported Languages | 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" } } |