Prestige - Beautiful New Tabs

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

¿Qué es Prestige - Beautiful New Tabs?

Prestige - Beautiful New Tabs es una extensión de Chrome desarrollada por Nocturne, y su función principal es "Decorate your new tabs with useful information and a beautiful background.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Prestige - Beautiful New Tabs

Descarga archivos de extensión Prestige - Beautiful New Tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Prestige - Beautiful New Tabs Prestige - Beautiful New Tabs
ID phegjgedbcmeajgcafgdhgnhipapjgkk
URL Oficial https://chromewebstore.google.com/detail/prestige-beautiful-new-ta/phegjgedbcmeajgcafgdhgnhipapjgkk
Descripción Decorate your new tabs with useful information and a beautiful background.
Tamaño del Archivo 2.57 MB
Cantidad de Instalaciones 38
Versión Actual 0.2.1
Última Actualización 2016-06-12
Fecha de Publicación 2016-06-12
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador Nocturne
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}