Winterly Tab

Beautifully replace new tab screen with simple and minimalist winter themed background.

Co to jest Winterly Tab?

Winterly Tab to rozszerzenie Chrome opracowane przez Hadna Space, a jego główną funkcją jest „Beautifully replace new tab screen with simple and minimalist winter themed background.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Winterly Tab

Pobierz pliki rozszerzeń Winterly Tab 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

                        Free & open source new tab replacement for your browser. All images are taken from Unsplash. Image background will be automatically changed every 5 minutes, or you can change it manually.                    

Podstawowe informacje o rozszerzeniu

Nazwa Winterly Tab Winterly Tab
ID fcbaofhfpeakjobpnemojmibbnkpgigi
Oficjalny URL https://chromewebstore.google.com/detail/winterly-tab/fcbaofhfpeakjobpnemojmibbnkpgigi
Opis Beautifully replace new tab screen with simple and minimalist winter themed background.
Rozmiar pliku 236 KB
Liczba instalacji 72
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-10-05
Data Publikacji 2021-10-04
Deweloper Hadna Space
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/dkhd/winterly-tab
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Winterly Tab",
    "author": "Diky hadna",
    "version": "0.0.1",
    "description": "Beautifully replace new tab screen with simple and minimalist winter themed background.",
    "icons": {
        "16": "snowflake.png",
        "48": "snowflake.png",
        "128": "snowflake.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}