Random Colored New Tab
When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
Co to jest Random Colored New Tab?
Random Colored New Tab to rozszerzenie Chrome opracowane przez Anacron, a jego główną funkcją jest „When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Random Colored New Tab
Pobierz pliki rozszerzeń Random Colored 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
The name says it all! When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel. The extension is fairly simple and does not access any personal data or cookies on your browser.
Podstawowe informacje o rozszerzeniu
Nazwa | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
Oficjalny URL | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
Opis | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
Rozmiar pliku | 104 KB |
Liczba instalacji | 404 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2012-09-11 |
Data Publikacji | 2012-09-11 |
Ocena | 2.33/5 Łącznie 15 Oceny |
Deweloper | Anacron |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Colored New Tab", "version": "1.6", "manifest_version": 2, "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.", "chrome_url_overrides": { "newtab": "random_new_page.html" }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |