Clean Tab

An minimalistic and customizable New Tab page that replaces Chrome's default.

Co to jest Clean Tab?

Clean Tab to rozszerzenie Chrome opracowane przez Adam Howard, a jego główną funkcją jest „An minimalistic and customizable New Tab page that replaces Chrome's default.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Clean Tab

Pobierz pliki rozszerzeń Clean 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

                        This is a simple New Tab page that replaces the default one included with Chrome. It displays the time and date, and has a search bar that exclusively uses Google. There are also a few customization options, which are:

 - Custom image backgrounds from a URL
 - Solid color background by picking a custom color
 - Remove the time and date
 - Hide the background behind the search bar

This extension is still new and under development, so if you have any feature requests or find anything you'd like me to update let me know!                    

Podstawowe informacje o rozszerzeniu

Nazwa Clean Tab Clean Tab
ID lpmoaemacdlgeegfpnalfmeekbfbpfga
Oficjalny URL https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga
Opis An minimalistic and customizable New Tab page that replaces Chrome's default.
Rozmiar pliku 18.07 KB
Liczba instalacji 199
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2017-02-19
Data Publikacji 2017-02-19
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Adam Howard
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://goo.gl/8Bb8wI
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Tab",
    "short_name": "Clean Tab",
    "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.",
    "version": "0.7",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "cleantab.html"
    }
}