New Tab Beautifier

Beautify Chrome's new tab page with awesome background images.

O que é New Tab Beautifier?

New Tab Beautifier é uma extensão do Chrome desenvolvida por Tab Beautifiers, e sua principal característica é "Beautify Chrome's new tab page with awesome background images.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New Tab Beautifier

Baixe arquivos de extensão New Tab Beautifier 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

                        New Tab Beautifier V 1.0 is a Chrome extension to give you the awesome experience while opening new tab before opening any website or URL. It will change the background of your chrome browser internally and show you beautiful wallpaper in the background. You will see new wallpaper on every tab opening. We have created this tab beautifier to make you feel fresh on each tab you open. It’s very beneficial for the people who spent lots of time on the internet and get frustrated with white background. They feel their life like black & white. This New Tab Beautifier definitely will add some happiness in you day to day work on the internet.                    

Informações Básicas da Extensão

Nome New Tab Beautifier New Tab Beautifier
ID jaffpmdkmkpbmjhgiogmkipocghhnelg
URL Oficial https://chrome.google.com/webstore/detail/new-tab-beautifier/jaffpmdkmkpbmjhgiogmkipocghhnelg
Descrição Beautify Chrome's new tab page with awesome background images.
Tamanho do Arquivo 12.87 KB
Contagem de Instalações 370
Versão Atual 1.0
Última Atualização 2014-07-25
Data de Publicação 2014-07-25
Classificação 4.49/5 Total de 76 Avaliações
Desenvolvedor Tab Beautifiers
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Beautify Chrome's new tab page with awesome background images.",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "New Tab Beautifier",
    "version": "1.0"
}