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によって開発されたChromeの拡張機能で、その主な機能は「Replace default new tab page in Chrome with a useful new tab page for Escoffier students.」です。

拡張機能のスクリーンショット

screenshot

Escoffier's New Tab拡張機能のCRXファイルをダウンロード

Escoffier's New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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