Prestige - Beautiful New Tabs

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

Co je Prestige - Beautiful New Tabs?

Prestige - Beautiful New Tabs je rozšíření Chrome vyvinuté Nocturne, a jeho hlavní funkcí je „Decorate your new tabs with useful information and a beautiful background.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Prestige - Beautiful New Tabs

Stáhněte si soubory rozšíření Prestige - Beautiful New Tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Prestige - Beautiful New Tabs Prestige - Beautiful New Tabs
ID phegjgedbcmeajgcafgdhgnhipapjgkk
Oficiální URL https://chromewebstore.google.com/detail/prestige-beautiful-new-ta/phegjgedbcmeajgcafgdhgnhipapjgkk
Popis Decorate your new tabs with useful information and a beautiful background.
Velikost souboru 2.57 MB
Počet instalací 38
Aktuální Verze 0.2.1
Poslední Aktualizace 2016-06-12
Datum Vydání 2016-06-12
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář Nocturne
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}