Colored New Tab
Google Chrome (or Chromium) extension that opens the new tab in a specific color
Co to jest Colored New Tab?
Colored New Tab to rozszerzenie Chrome opracowane przez https://glogovetan.com, a jego główną funkcją jest „Google Chrome (or Chromium) extension that opens the new tab in a specific color”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Colored New Tab
Pobierz pliki rozszerzeń 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
A minimalist Chrome extension that replaces the New Tab page with simple colors.
Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bfjhjeccmlkbbgliegkapplkpkcngeaa |
| Oficjalny URL | https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa |
| Opis | Google Chrome (or Chromium) extension that opens the new tab in a specific color |
| Rozmiar pliku | 11.46 KB |
| Liczba instalacji | 40 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2018-03-11 |
| Data Publikacji | 2018-03-11 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://glogovetan.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/rdig/colored-new-tab |
| Adres URL Strony Pomocy | https://github.com/rdig/colored-new-tab/issues |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Colored New Tab",
"short_name": "New Tab",
"version": "1.0.0",
"description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
"author": "Raul Glogovetan",
"homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
"icons": {
"16": "extension_icon_16.png",
"48": "extension_icon_48.png",
"128": "extension_icon_128.png"
},
"offline_enabled": true,
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "TabPage\/index.html"
}
} | |