Empty New Tab Page
With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
Co to jest Empty New Tab Page?
Empty New Tab Page to rozszerzenie Chrome opracowane przez ✰✰✰✰✰✰, a jego główną funkcją jest „With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Empty New Tab Page
Pobierz pliki rozszerzeń Empty 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ldnoknppacjpejoacooogblpenmdligp |
Oficjalny URL | https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp |
Opis | With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails. |
Rozmiar pliku | 6.71 KB |
Liczba instalacji | 103 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2016-01-16 |
Data Publikacji | 2016-01-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | ✰✰✰✰✰✰ |
Typ Płatności | free |
Obsługiwane Języki | de,en |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extension_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.2", "default_locale": "en", "chrome_url_overrides": { "newtab": "empty_newtab.html" }, "description": "__MSG_description__", "icons": { "128": "icon_128.png" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |