Blank New Tab Page
Replaces the new tab page with a blank one.
Co to jest Blank New Tab Page?
Blank New Tab Page to rozszerzenie Chrome opracowane przez Gerrit Kopp, a jego główną funkcją jest „Replaces the new tab page with a blank one.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Blank New Tab Page
Pobierz pliki rozszerzeń Blank New Tab Page 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
Replaces the new tab page with a blank one.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ggbepbemaaocmiffjfeppcccoohjfnob |
Oficjalny URL | https://chromewebstore.google.com/detail/blank-new-tab-page/ggbepbemaaocmiffjfeppcccoohjfnob |
Opis | Replaces the new tab page with a blank one. |
Rozmiar pliku | 64.97 KB |
Liczba instalacji | 193 |
Aktualna Wersja | 0.12 |
Ostatnia Aktualizacja | 2023-12-05 |
Data Publikacji | 2019-03-26 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Gerrit Kopp |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/GerritKopp/blanknewtabpage |
Obsługiwane Języki | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.12", "default_locale": "en", "description": "__MSG_extDescription__", "author": "Gerrit Kopp", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |