Clean Tab

An minimalistic and customizable New Tab page that replaces Chrome's default.

O que é Clean Tab?

Clean Tab é uma extensão do Chrome desenvolvida por Adam Howard, e sua principal característica é "An minimalistic and customizable New Tab page that replaces Chrome's default.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Clean Tab

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

                        This is a simple New Tab page that replaces the default one included with Chrome. It displays the time and date, and has a search bar that exclusively uses Google. There are also a few customization options, which are:

 - Custom image backgrounds from a URL
 - Solid color background by picking a custom color
 - Remove the time and date
 - Hide the background behind the search bar

This extension is still new and under development, so if you have any feature requests or find anything you'd like me to update let me know!                    

Informações Básicas da Extensão

Nome Clean Tab Clean Tab
ID lpmoaemacdlgeegfpnalfmeekbfbpfga
URL Oficial https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga
Descrição An minimalistic and customizable New Tab page that replaces Chrome's default.
Tamanho do Arquivo 18.07 KB
Contagem de Instalações 199
Versão Atual 0.7
Última Atualização 2017-02-19
Data de Publicação 2017-02-19
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Adam Howard
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://goo.gl/8Bb8wI
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Tab",
    "short_name": "Clean Tab",
    "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.",
    "version": "0.7",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "cleantab.html"
    }
}