My New Tab
Create your own personalized New Tab page using a custom URL or simply a plain color.
Co to jest My New Tab?
My New Tab to rozszerzenie Chrome opracowane przez Dominic Lacaille, a jego główną funkcją jest „Create your own personalized New Tab page using a custom URL or simply a plain color.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia My New Tab
Pobierz pliki rozszerzeń My 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
Create your own personalized New Tab page using a custom URL or simply a plain color. Make use of the boring New Tab page by customizing it to your liking. Display any web page when a tab is created to browse faster and more efficiently. With this extension you can use the New Tab page the same way as before, the URL in the address bar stays empty and automatically gets focus as with the default New Tab page! This application displays a white page by default when a new tab is opened. To customize this behavior, please navigate to chrome settings > extensions > My New Tab options. For security purposes, web sites displayed in the New Tab page will not have access to your computer's cookies or local storage.
Podstawowe informacje o rozszerzeniu
Nazwa | My New Tab |
ID | hkamannimdppjgaefkfadajfacnajmoe |
Oficjalny URL | https://chromewebstore.google.com/detail/my-new-tab/hkamannimdppjgaefkfadajfacnajmoe |
Opis | Create your own personalized New Tab page using a custom URL or simply a plain color. |
Rozmiar pliku | 124 KB |
Liczba instalacji | 127 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2014-01-16 |
Data Publikacji | 2014-01-15 |
Ocena | 4.18/5 Łącznie 11 Oceny |
Deweloper | Dominic Lacaille |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "frame.html" }, "description": "Create your own personalized New Tab page using a custom URL or simply a plain color.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "My New Tab", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |