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是由https://my.escoffier.edu開發的Chrome擴展程式,該擴展的主要功能是“Replace default new tab page in Chrome with a useful new tab page for Escoffier students.”。

擴展截圖

screenshot

下載Escoffier's New Tab擴展crx文件

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