Clean Tab

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

Cos'è Clean Tab?

Clean Tab è un'estensione di Chrome sviluppata da Adam Howard, e la sua funzione principale è "An minimalistic and customizable New Tab page that replaces Chrome's default.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Clean Tab

Scarica i file di estensione Clean Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Clean Tab Clean Tab
ID lpmoaemacdlgeegfpnalfmeekbfbpfga
URL Ufficiale https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga
Descrizione An minimalistic and customizable New Tab page that replaces Chrome's default.
Dimensione del File 18.07 KB
Conteggio Installazioni 199
Versione Corrente 0.7
Ultimo Aggiornamento 2017-02-19
Data di Pubblicazione 2017-02-19
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Adam Howard
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://goo.gl/8Bb8wI
Lingue Supportate 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"
    }
}