Prestige - Beautiful New Tabs

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

Apa itu Prestige - Beautiful New Tabs?

Prestige - Beautiful New Tabs adalah ekstensi Chrome yang dikembangkan oleh Nocturne, dan fitur utamanya adalah "Decorate your new tabs with useful information and a beautiful background.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Prestige - Beautiful New Tabs

Unduh file ekstensi Prestige - Beautiful New Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Prestige - Beautiful New Tabs Prestige - Beautiful New Tabs
ID phegjgedbcmeajgcafgdhgnhipapjgkk
URL Resmi https://chromewebstore.google.com/detail/prestige-beautiful-new-ta/phegjgedbcmeajgcafgdhgnhipapjgkk
Deskripsi Decorate your new tabs with useful information and a beautiful background.
Ukuran File 2.57 MB
Jumlah Instalasi 38
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2016-06-12
Tanggal Publikasi 2016-06-12
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Nocturne
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}