Random Colored New Tab
When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
O que é Random Colored New Tab?
Random Colored New Tab é uma extensão do Chrome desenvolvida por Anacron, e sua principal característica é "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Random Colored New Tab
Baixe arquivos de extensão Random Colored 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
The name says it all! When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel. The extension is fairly simple and does not access any personal data or cookies on your browser.
Informações Básicas da Extensão
Nome | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
URL Oficial | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
Descrição | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
Tamanho do Arquivo | 104 KB |
Contagem de Instalações | 404 |
Versão Atual | 1.6 |
Última Atualização | 2012-09-11 |
Data de Publicação | 2012-09-11 |
Classificação | 2.33/5 Total de 15 Avaliações |
Desenvolvedor | Anacron |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Colored New Tab", "version": "1.6", "manifest_version": 2, "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.", "chrome_url_overrides": { "newtab": "random_new_page.html" }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |