New Tab Background Image Extension

Replace the default new tab page content with any background image.

Apa itu New Tab Background Image Extension?

New Tab Background Image Extension adalah ekstensi Chrome yang dikembangkan oleh linuscedergren, dan fitur utamanya adalah "Replace the default new tab page content with any background image.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi New Tab Background Image Extension

Unduh file ekstensi New Tab Background Image Extension 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

                        This extension replaces the default new tab page with a custom background image page. You can add any image you like as a background image for the new tab page.                    

Informasi Dasar Ekstensi

Nama New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
URL Resmi https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep
Deskripsi Replace the default new tab page content with any background image.
Ukuran File 8.27 KB
Jumlah Instalasi 73
Versi Saat Ini 1.4.0
Terakhir Diperbarui 2022-10-29
Tanggal Publikasi 2020-09-27
Pengembang linuscedergren
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Background Image Extension",
    "version": "1.4.0",
    "manifest_version": 3,
    "description": "Replace the default new tab page content with any background image.",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "icons": {
        "128": ".\/icon.png"
    }
}