Clean Tab

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

Qu'est-ce que Clean Tab ?

Clean Tab est une extension Chrome développée par Adam Howard, et sa fonction principale est "An minimalistic and customizable New Tab page that replaces Chrome's default.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Clean Tab

Téléchargez les fichiers d'extension Clean Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Clean Tab Clean Tab
ID lpmoaemacdlgeegfpnalfmeekbfbpfga
URL Officiel https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga
Description An minimalistic and customizable New Tab page that replaces Chrome's default.
Taille du Fichier 18.07 KB
Nombre d'Installations 199
Version Actuelle 0.7
Dernière Mise à Jour 2017-02-19
Date de Publication 2017-02-19
Évaluation 4.75/5 Total 4 Évaluations
Développeur Adam Howard
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://goo.gl/8Bb8wI
Langues Prises en Charge 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"
    }
}