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 |
官方網址 | 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" } } |