DaltonTab
DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…
什么是DaltonTab?
DaltonTab是由A Person开发的Chrome扩展程序,该扩展的主要功能是“DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…”。
扩展截图
下载DaltonTab扩展crx文件
下载DaltonTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | DaltonTab |
ID | ggfjkmflbbjndabmnngilkfpmdegbfkm |
官方URL | https://chromewebstore.google.com/detail/daltontab/ggfjkmflbbjndabmnngilkfpmdegbfkm |
简介 | DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central… |
文件大小 | 1.03 MB |
安装次数 | 14 |
当前版本 | 0.8.0 |
更新时间 | 2019-09-21 |
上架时间 | 2019-09-20 |
评分 | 5.00/5 共4次评分 |
开发者 | A Person |
付费类型 | free |
支持的语言 | 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" } } |