Quick New Tab

Customize your Chrome New Tab page without breaking the UX.

O que é Quick New Tab?

Quick New Tab é uma extensão do Chrome desenvolvida por rmnoon, e sua principal característica é "Customize your Chrome New Tab page without breaking the UX.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Quick New Tab

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

                        A Chrome extension to customize your "New Tab" page without breaking the user experience (the URL bar will still have keyboard focus).

Improve your productivity by replacing your favorite (and likely most distracting) websites with some other site (e.g. your todo list app).                    

Informações Básicas da Extensão

Nome Quick New Tab Quick New Tab
ID nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
URL Oficial https://chromewebstore.google.com/detail/quick-new-tab/nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
Descrição Customize your Chrome New Tab page without breaking the UX.
Tamanho do Arquivo 663 KB
Contagem de Instalações 348
Versão Atual 1.0.4
Última Atualização 2023-09-28
Data de Publicação 2020-03-28
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor rmnoon
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/rmnoon/quick-new-tab
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick New Tab",
    "version": "1.0.4",
    "short_name": "QuickNewTab",
    "description": "Customize your Chrome New Tab page without breaking the UX.",
    "icons": {
        "24": "icon_24.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png",
        "512": "icon_512.png"
    },
    "homepage_url": "https:\/\/github.com\/rmnoon\/quick-new-tab",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html"
}