Escoffier's New Tab
Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
What is Escoffier's New Tab?
Escoffier's New Tab is a Chrome extension developed by https://my.escoffier.edu, and its main feature is "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.".
Extension Screenshots
Download Escoffier's New Tab Extension CRX File
Download Escoffier's New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | gedofleghkpmckgehefpllkfdhhaokmf |
Official URL | https://chromewebstore.google.com/detail/escoffiers-new-tab/gedofleghkpmckgehefpllkfdhhaokmf |
Description | Replace default new tab page in Chrome with a useful new tab page for Escoffier students. |
File Size | 353 KB |
Installation Count | 497 |
Current Version | 2.3 |
Last Updated | 2018-10-29 |
Publish Date | 2018-10-29 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://my.escoffier.edu |
Payment Type | free |
Extension Website | https://www.escoffier.edu/ |
Supported Languages | 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" } ] } |