Prestige - Beautiful New Tabs

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

What is Prestige - Beautiful New Tabs?

Prestige - Beautiful New Tabs is a Chrome extension developed by Nocturne, and its main feature is "Decorate your new tabs with useful information and a beautiful background.".

Extension Screenshots

screenshot

Download Prestige - Beautiful New Tabs Extension CRX File

Download Prestige - Beautiful New Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Prestige - Beautiful New Tabs Prestige - Beautiful New Tabs
ID phegjgedbcmeajgcafgdhgnhipapjgkk
Official URL https://chromewebstore.google.com/detail/prestige-beautiful-new-ta/phegjgedbcmeajgcafgdhgnhipapjgkk
Description Decorate your new tabs with useful information and a beautiful background.
File Size 2.57 MB
Installation Count 38
Current Version 0.2.1
Last Updated 2016-06-12
Publish Date 2016-06-12
Rating 4.75/5 Total 4 Ratings
Developer Nocturne
Email [email protected]
Payment Type free
Supported Languages 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
}