Custom New Tab Background
Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB
Co to jest Custom New Tab Background?
Custom New Tab Background to rozszerzenie Chrome opracowane przez Subash Pathak, a jego główną funkcją jest „Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Custom New Tab Background
Pobierz pliki rozszerzeń Custom New Tab Background 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
Set a custom background image or wallpaper on new tab page. Icon by lexacahyani from the Noun Project
Podstawowe informacje o rozszerzeniu
Nazwa | Custom New Tab Background |
ID | odkemkdbjdjlpipmdmnidmcbjnchpghm |
Oficjalny URL | https://chromewebstore.google.com/detail/custom-new-tab-background/odkemkdbjdjlpipmdmnidmcbjnchpghm |
Opis | Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB |
Rozmiar pliku | 244 KB |
Liczba instalacji | 13,571 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2021-04-15 |
Data Publikacji | 2019-04-10 |
Ocena | 3.80/5 Łącznie 45 Oceny |
Deweloper | Subash Pathak |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Subash/chrome-custom-new-tab-background |
Adres URL Strony Pomocy | https://github.com/Subash/chrome-custom-new-tab-background |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom New Tab Background", "version": "1.0.4", "description": "Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB", "chrome_url_overrides": { "newtab": "tab.html" } } |