New Tab Page - Empty And Grey
With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.
Co to jest New Tab Page - Empty And Grey?
New Tab Page - Empty And Grey to rozszerzenie Chrome opracowane przez ibrasaymeh, a jego główną funkcją jest „With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New Tab Page - Empty And Grey
Pobierz pliki rozszerzeń New Tab Page - Empty And Grey 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 is ideal for those who don't want to worry about which recently visited pages will show up on the new tab page, and who prefer a plain dark page over a noisy and complex one.
Podstawowe informacje o rozszerzeniu
Nazwa | New Tab Page - Empty And Grey |
ID | mlhjffgheoihilfchfjplpjkfejgobgf |
Oficjalny URL | https://chromewebstore.google.com/detail/new-tab-page-empty-and-gr/mlhjffgheoihilfchfjplpjkfejgobgf |
Opis | With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails. |
Rozmiar pliku | 3.86 KB |
Liczba instalacji | 64 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-11-27 |
Data Publikacji | 2018-11-26 |
Deweloper | ibrasaymeh |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "ntp_empty_grey.html" }, "description": "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "New Tab Page - Empty And Grey", "version": "1.1" } |