Clean Tab
An minimalistic and customizable New Tab page that replaces Chrome's default.
Wat is Clean Tab?
Clean Tab is een Chrome-extensie ontwikkeld door Adam Howard, en de belangrijkste functie is "An minimalistic and customizable New Tab page that replaces Chrome's default.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clean Tab
Download Clean Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | lpmoaemacdlgeegfpnalfmeekbfbpfga |
Officiële URL | https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga |
Beschrijving | An minimalistic and customizable New Tab page that replaces Chrome's default. |
Bestandsgrootte | 18.07 KB |
Aantal Installaties | 199 |
Huidige Versie | 0.7 |
Laatst Bijgewerkt | 2017-02-19 |
Publicatiedatum | 2017-02-19 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Adam Howard |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://goo.gl/8Bb8wI |
Ondersteunde Talen | 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" } } |