New Tab Background Image Extension

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

Co to jest New Tab Background Image Extension?

New Tab Background Image Extension to rozszerzenie Chrome opracowane przez linuscedergren, a jego główną funkcją jest „Replace the default new tab page content with any background image.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia New Tab Background Image Extension

Pobierz pliki rozszerzeń New Tab Background Image Extension 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep
Opis Replace the default new tab page content with any background image.
Rozmiar pliku 8.27 KB
Liczba instalacji 73
Aktualna Wersja 1.4.0
Ostatnia Aktualizacja 2022-10-29
Data Publikacji 2020-09-27
Deweloper linuscedergren
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": "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"
    }
}