Prestige - Beautiful New Tabs

Decorate your new tabs with useful information and a beautiful background.

O que é Prestige - Beautiful New Tabs?

Prestige - Beautiful New Tabs é uma extensão do Chrome desenvolvida por Nocturne, e sua principal característica é "Decorate your new tabs with useful information and a beautiful background.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Prestige - Beautiful New Tabs

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

                        Prestige brings a beautiful picture to your browser every time you open a new tab. These immersive pictures have been hand curated to transport you to new places and make you pause and think. We all live in our browsers, who needs desktop wallpapers? Let Prestige bring your new tabs to life!                    

Informações Básicas da Extensão

Nome Prestige - Beautiful New Tabs Prestige - Beautiful New Tabs
ID phegjgedbcmeajgcafgdhgnhipapjgkk
URL Oficial https://chromewebstore.google.com/detail/prestige-beautiful-new-ta/phegjgedbcmeajgcafgdhgnhipapjgkk
Descrição Decorate your new tabs with useful information and a beautiful background.
Tamanho do Arquivo 2.57 MB
Contagem de Instalações 38
Versão Atual 0.2.1
Última Atualização 2016-06-12
Data de Publicação 2016-06-12
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Nocturne
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prestige - Beautiful New Tabs",
    "description": "Decorate your new tabs with useful information and a beautiful background.",
    "version": "0.2.1",
    "incognito": "split",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/source.unsplash.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "resources\/moment.js",
            "resources\/localForage.min.js",
            "worker\/image-cache.js"
        ]
    },
    "manifest_version": 2
}