Perfect New Tab

This extension replaces the new tab page with a more feature-rich and lightweight page.

O que é Perfect New Tab?

Perfect New Tab é uma extensão do Chrome desenvolvida por Ankit Gaurav, e sua principal característica é "This extension replaces the new tab page with a more feature-rich and lightweight page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Perfect New Tab

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

                        Rejuvenate your New Tab Page in Chrome 🔥

Features:
1. Lightweight (~ half the memory consumption compared to default new tab page)
3. Fast (New tab should load in a jiffy)
4. Quick access to recently bookmarked links (Don't worry where your last bookmark went)
4. Handy Todos widget
5. Most Frequently visited sites
6. Shortcuts for settings, downloads, history etc.
7. Change theme colors to your taste (Right-click on extension icon and go to Options)

This is a work-in-progress, and updates shall continue to come in intervals for improvements.

Changelog (Maintained from version 6.0.0 onwards):
Version: 6.0.1
+ Add customization shortcut
Version: 6.0.0
+ Add color customization for theming                    

Informações Básicas da Extensão

Nome Perfect New Tab Perfect New Tab
ID ljiklnmddpaoonnaoocaolnmpfcohjkn
URL Oficial https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn
Descrição This extension replaces the new tab page with a more feature-rich and lightweight page.
Tamanho do Arquivo 138 KB
Contagem de Instalações 48
Versão Atual 6.0.1
Última Atualização 2020-10-15
Data de Publicação 2019-03-05
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Ankit Gaurav
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/theankitgaurav/perfect-new-tab
URL da Página de Ajuda https://github.com/theankitgaurav/perfect-new-tab/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Perfect New Tab",
    "description": "This extension replaces the new tab page with a more feature-rich and lightweight page.",
    "homepage_url": "https:\/\/github.com\/theankitgaurav\/perfect-new-tab",
    "version": "6.0.1",
    "options_page": "src\/options.html",
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "static\/icons\/icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "downloads",
        "history",
        "sessions",
        "topSites",
        "chrome:\/\/favicon\/"
    ]
}