Escoffier's New Tab
Replace default new tab page in Chrome with a useful new tab page for Escoffier students.
O que é Escoffier's New Tab?
Escoffier's New Tab é uma extensão do Chrome desenvolvida por https://my.escoffier.edu, e sua principal característica é "Replace default new tab page in Chrome with a useful new tab page for Escoffier students.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Escoffier's New Tab
Baixe arquivos de extensão Escoffier's New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | gedofleghkpmckgehefpllkfdhhaokmf |
URL Oficial | https://chromewebstore.google.com/detail/escoffiers-new-tab/gedofleghkpmckgehefpllkfdhhaokmf |
Descrição | Replace default new tab page in Chrome with a useful new tab page for Escoffier students. |
Tamanho do Arquivo | 353 KB |
Contagem de Instalações | 497 |
Versão Atual | 2.3 |
Última Atualização | 2018-10-29 |
Data de Publicação | 2018-10-29 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | https://my.escoffier.edu |
Tipo de Pagamento | free |
Site da Extensão | https://www.escoffier.edu/ |
Idiomas Suportados | 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" } ] } |