Beautiful New Tab

A beautiful new tab page

O que é Beautiful New Tab?

Beautiful New Tab é uma extensão do Chrome desenvolvida por Matt Carrick, e sua principal característica é "A beautiful new tab page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Beautiful New Tab

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

                        A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.                    

Informações Básicas da Extensão

Nome Beautiful New Tab Beautiful New Tab
ID bailppllbndlpphoipdchcmiiefhelfh
URL Oficial https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh
Descrição A beautiful new tab page
Tamanho do Arquivo 3.78 MB
Contagem de Instalações 167
Versão Atual 1.19
Última Atualização 2019-08-28
Data de Publicação 2019-08-28
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Matt Carrick
Tipo de Pagamento free
Site da Extensão http://rokco.org
URL da Página de Ajuda https://github.com/xRokco/New-Tab
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful New Tab",
    "version": "1.19",
    "minimum_chrome_version": "37",
    "manifest_version": 2,
    "description": "A beautiful new tab page",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "geolocation",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "config.js",
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "index.html"
    ]
}