Styled Background

Display home and new tab background with different background images

Apa itu Styled Background?

Styled Background adalah ekstensi Chrome yang dikembangkan oleh Nick, dan fitur utamanya adalah "Display home and new tab background with different background images".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Styled Background

Unduh file ekstensi Styled Background 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

                        Styled Background Displays Daily new background images and quotes.
make images favorite and the favorite image will not change on next day.
You can choose any background from images list.                    

Informasi Dasar Ekstensi

Nama Styled Background Styled Background
ID iclgcndcdfheagebpphcnlafpilpefcn
URL Resmi https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn
Deskripsi Display home and new tab background with different background images
Ukuran File 650 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-05-26
Tanggal Publikasi 2017-05-26
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Nick
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Styled Background",
    "description": "Display home and new tab background with different background images",
    "version": "1.0.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "incognito": "not_allowed",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}