Escoffier's New Tab
Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
Qu'est-ce que Escoffier's New Tab ?
Escoffier's New Tab est une extension Chrome développée par https://my.escoffier.edu, et sa fonction principale est "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Escoffier's New Tab
Téléchargez les fichiers d'extension Escoffier's New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | gedofleghkpmckgehefpllkfdhhaokmf |
URL Officiel | 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. |
Taille du Fichier | 353 KB |
Nombre d'Installations | 497 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2018-10-29 |
Date de Publication | 2018-10-29 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | https://my.escoffier.edu |
Type de Paiement | free |
Site Web de l'Extension | https://www.escoffier.edu/ |
Langues Prises en Charge | 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" } ] } |