Set ABOUT:BLANK as NEW TAB page
Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
Co to jest Set ABOUT:BLANK as NEW TAB page?
Set ABOUT:BLANK as NEW TAB page to rozszerzenie Chrome opracowane przez https://puvox.software, a jego główną funkcją jest „Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Set ABOUT:BLANK as NEW TAB page
Pobierz pliki rozszerzeń Set ABOUT:BLANK as 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
Use this extension to have "about:blank" as your new tab page. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | amcfcgenknhnhicjonfnclkehkpfnfjl |
| Oficjalny URL | https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl |
| Opis | Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab. |
| Rozmiar pliku | 10.81 KB |
| Liczba instalacji | 72 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2021-02-01 |
| Data Publikacji | 2021-02-01 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://puvox.software |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://puvox.software |
| Adres URL Strony Polityki Prywatności | https://puvox.software/info/privacy-policy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Set ABOUT:BLANK as NEW TAB page",
"version": "1.0.1",
"manifest_version": 2,
"description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "empty.html"
}
} | |