Escoffier's New Tab

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

Cos'è Escoffier's New Tab?

Escoffier's New Tab è un'estensione di Chrome sviluppata da https://my.escoffier.edu, e la sua funzione principale è "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Escoffier's New Tab

Scarica i file di estensione Escoffier's New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Escoffier's New Tab Escoffier's New Tab
ID gedofleghkpmckgehefpllkfdhhaokmf
URL Ufficiale https://chromewebstore.google.com/detail/escoffiers-new-tab/gedofleghkpmckgehefpllkfdhhaokmf
Descrizione Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
Dimensione del File 353 KB
Conteggio Installazioni 497
Versione Corrente 2.3
Ultimo Aggiornamento 2018-10-29
Data di Pubblicazione 2018-10-29
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://my.escoffier.edu
Tipo di Pagamento free
Sito Web dell'Estensione https://www.escoffier.edu/
Lingue Supportate 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"
        }
    ]
}