Escoffier's New Tab

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

Wat is Escoffier's New Tab?

Escoffier's New Tab is een Chrome-extensie ontwikkeld door https://my.escoffier.edu, en de belangrijkste functie is "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Escoffier's New Tab

Download Escoffier's New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Escoffier's New Tab Escoffier's New Tab
ID gedofleghkpmckgehefpllkfdhhaokmf
Officiële URL https://chromewebstore.google.com/detail/escoffiers-new-tab/gedofleghkpmckgehefpllkfdhhaokmf
Beschrijving Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
Bestandsgrootte 353 KB
Aantal Installaties 497
Huidige Versie 2.3
Laatst Bijgewerkt 2018-10-29
Publicatiedatum 2018-10-29
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://my.escoffier.edu
Betalingswijze free
Extensiewebsite https://www.escoffier.edu/
Ondersteunde Talen 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"
        }
    ]
}