Minimal New Tab

newtab

Qu'est-ce que Minimal New Tab ?

Minimal New Tab est une extension Chrome développée par downthecrop, et sa fonction principale est "newtab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Minimal New Tab

Téléchargez les fichiers d'extension Minimal New 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

                        Minimal New Tab - Remove Google Doodles while retaining the stock aesthetic.

All in one drop in replacement for the Chrome new tab.

I really don't like google doodles on my newtab pages. Unfortunatly due to some chrome premission settings the chrome://newtab page is unable to be hooked. And thus we can't just block doodle requests.

Features
- No Google Doodles
- No "Helpful tips"
- True Dark Theme
- Chrome Top Sites
- Custom Top Sites
- Search Bar with Suggestions
- No configuration required
- Fast!

Logo by By Danil Polshin, RU                    

Informations de Base sur l'Extension

Nom Minimal New Tab Minimal New Tab
ID afnmoecpnepccekbinlapeolhgdgjclm
URL Officiel https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm
Description newtab
Taille du Fichier 220 KB
Nombre d'Installations 200
Version Actuelle 1.7
Dernière Mise à Jour 2023-09-20
Date de Publication 2021-04-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur downthecrop
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/downthecrop/minimal-new-tab
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal New Tab",
    "version": "1.7",
    "description": "newtab",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "topSites"
    ],
    "host_permissions": [
        "*:\/\/suggestqueries.google.com\/complete\/*",
        "https:\/\/t2.gstatic.com\/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}