DaltonTab

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

DaltonTabคืออะไร?

DaltonTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย A Person และคุณลักษณะหลักของมันคือ "DaltonTab is your home base for homework, classes, and your schedule. View your information from multiple sites in one central…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DaltonTab

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}