Apps in new tab

Shows the list of installed apps instead of the search page when opening a new tab.

O que é Apps in new tab?

Apps in new tab é uma extensão do Chrome desenvolvida por Guillaume Ryder, e sua principal característica é "Shows the list of installed apps instead of the search page when opening a new tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Apps in new tab

Baixe arquivos de extensão Apps in 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

                        Replaces the default new tab page with the apps list.

Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab                    

Informações Básicas da Extensão

Nome Apps in new tab Apps in new tab
ID mpojaelnfgiajhilmojddklffggldfbp
URL Oficial https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp
Descrição Shows the list of installed apps instead of the search page when opening a new tab.
Tamanho do Arquivo 4.63 KB
Contagem de Instalações 564
Versão Atual 2.0.0
Última Atualização 2022-10-24
Data de Publicação 2019-09-27
Classificação 2.50/5 Total de 2 Avaliações
Desenvolvedor Guillaume Ryder
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/guilryder/chrome-extensions/tree/master/newtab
URL da Página de Ajuda https://github.com/guilryder/chrome-extensions/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Apps in new tab",
    "version": "2.0.0",
    "description": "Shows the list of installed apps instead of the search page when opening a new tab.",
    "author": "Guillaume Ryder",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "apps.html"
    }
}