Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
Co to jest Minimalist New Tab?
Minimalist New Tab to rozszerzenie Chrome opracowane przez John, a jego główną funkcją jest „Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Minimalist New Tab
Pobierz pliki rozszerzeń Minimalist New Tab 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
Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!
Podstawowe informacje o rozszerzeniu
Nazwa | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
Oficjalny URL | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
Opis | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
Rozmiar pliku | 131 KB |
Liczba instalacji | 262 |
Aktualna Wersja | 0.2.6 |
Ostatnia Aktualizacja | 2019-02-06 |
Data Publikacji | 2019-02-06 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | John |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimalist New Tab", "version": "0.2.6", "minimum_chrome_version": "23", "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.", "author": "John", "icons": { "128": "assets\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/*.alphacoders.com\/*", "https:\/\/*.alphacoders.com\/*", "https:\/\/query.yahooapis.com\/v1\/public\/yql*", "http:\/\/fonts.googleapis.com\/*", "storage", "tabs", "geolocation", "bookmarks" ], "options_page": "options.html" } |