Escoffier's New Tab

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

Vad är Escoffier's New Tab?

Escoffier's New Tab är en Chrome-tillägg utvecklad av https://my.escoffier.edu, och dess huvudfunktion är "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.".

Tilläggsskärmbilder

screenshot

Ladda ner Escoffier's New Tab-förlängningens CRX-fil

Ladda ner Escoffier's New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Escoffier's New Tab Escoffier's New Tab
ID gedofleghkpmckgehefpllkfdhhaokmf
Officiell webbadress https://chromewebstore.google.com/detail/escoffiers-new-tab/gedofleghkpmckgehefpllkfdhhaokmf
Beskrivning Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
Filstorlek 353 KB
Antal Installationer 497
Aktuell Version 2.3
Senast Uppdaterad 2018-10-29
Publiceringsdatum 2018-10-29
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://my.escoffier.edu
Betalningssätt free
Tilläggswebbplats https://www.escoffier.edu/
Stödda Språk 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"
        }
    ]
}