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