Escoffier's New Tab

Replace default new tab page in Chrome with a useful new tab page for Escoffier students.

Escoffier's New Tabคืออะไร?

Escoffier's New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://my.escoffier.edu และคุณลักษณะหลักของมันคือ "Replace default new tab page in Chrome with a useful new tab page for Escoffier students."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Escoffier's New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Escoffier's New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Escoffier Tab is a tool for the students of Auguste Escoffier School of Culinary Arts.  Opening a new tab page gives you quick access to your school sites and tools. Make your new tab page a true home for your school work. 

Not currently an Escoffier Student? Visit Escoffier.edu to sign up today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Escoffier's New Tab Escoffier's New Tab
ID gedofleghkpmckgehefpllkfdhhaokmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/escoffiers-new-tab/gedofleghkpmckgehefpllkfdhhaokmf
คำอธิบาย Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
ขนาดไฟล์ 353 KB
จำนวนการติดตั้ง 497
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2018-10-29
วันที่เผยแพร่ 2018-10-29
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://my.escoffier.edu
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.escoffier.edu/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Escoffier's New Tab",
    "description": "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.",
    "version": "2.3",
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.escoffieronline.com\/*"
            ],
            "js": [
                "checkInstalled.js"
            ],
            "run_at": "document_start"
        }
    ]
}