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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace default new tab page in Chrome with a useful new tab page for Escoffier students."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Escoffier's New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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