Escoffier's New Tab

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

Apa itu Escoffier's New Tab?

Escoffier's New Tab adalah ekstensi Chrome yang dikembangkan oleh https://my.escoffier.edu, dan fitur utamanya adalah "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Escoffier's New Tab

Unduh file ekstensi Escoffier's New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Escoffier's New Tab Escoffier's New Tab
ID gedofleghkpmckgehefpllkfdhhaokmf
URL Resmi https://chromewebstore.google.com/detail/escoffiers-new-tab/gedofleghkpmckgehefpllkfdhhaokmf
Deskripsi Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
Ukuran File 353 KB
Jumlah Instalasi 497
Versi Saat Ini 2.3
Terakhir Diperbarui 2018-10-29
Tanggal Publikasi 2018-10-29
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://my.escoffier.edu
Tipe Pembayaran free
Situs Ekstensi https://www.escoffier.edu/
Bahasa yang Didukung 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"
        }
    ]
}