Prestige - Beautiful New Tabs

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

Co to jest Prestige - Beautiful New Tabs?

Prestige - Beautiful New Tabs to rozszerzenie Chrome opracowane przez Nocturne, a jego główną funkcją jest „Decorate your new tabs with useful information and a beautiful background.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Prestige - Beautiful New Tabs

Pobierz pliki rozszerzeń Prestige - Beautiful New Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Prestige - Beautiful New Tabs Prestige - Beautiful New Tabs
ID phegjgedbcmeajgcafgdhgnhipapjgkk
Oficjalny URL https://chromewebstore.google.com/detail/prestige-beautiful-new-ta/phegjgedbcmeajgcafgdhgnhipapjgkk
Opis Decorate your new tabs with useful information and a beautiful background.
Rozmiar pliku 2.57 MB
Liczba instalacji 38
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2016-06-12
Data Publikacji 2016-06-12
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Nocturne
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}