Escoffier's New Tab
Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
Co to jest Escoffier's New Tab?
Escoffier's New Tab to rozszerzenie Chrome opracowane przez https://my.escoffier.edu, a jego główną funkcją jest „Replace default new tab page in Chrome with a useful new tab page for Escoffier students.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Escoffier's New Tab
Pobierz pliki rozszerzeń Escoffier's New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gedofleghkpmckgehefpllkfdhhaokmf |
Oficjalny URL | https://chromewebstore.google.com/detail/escoffiers-new-tab/gedofleghkpmckgehefpllkfdhhaokmf |
Opis | Replace default new tab page in Chrome with a useful new tab page for Escoffier students. |
Rozmiar pliku | 353 KB |
Liczba instalacji | 497 |
Aktualna Wersja | 2.3 |
Ostatnia Aktualizacja | 2018-10-29 |
Data Publikacji | 2018-10-29 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | https://my.escoffier.edu |
Typ Płatności | free |
Strona Rozszerzenia | https://www.escoffier.edu/ |
Obsługiwane Języki | 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" } ] } |