Pastel Tab

Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…

O que é Pastel Tab?

Pastel Tab é uma extensão do Chrome desenvolvida por williamyeny, e sua principal característica é "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pastel Tab

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

                        Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.

This project is inspired by automatic pastels on Tumblr.

Star + fork the project on Github here! 
https://github.com/williamyeny/pastel-tab                    

Informações Básicas da Extensão

Nome Pastel Tab Pastel Tab
ID olbihpfkfhmeonjellidnieandnfaapd
URL Oficial https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd
Descrição Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
Tamanho do Arquivo 79.39 KB
Contagem de Instalações 3,824
Versão Atual 1.1
Última Atualização 2017-02-21
Data de Publicação 2017-02-21
Classificação 2.76/5 Total de 58 Avaliações
Desenvolvedor williamyeny
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pastel Tab",
    "version": "1.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}