Minimal New Tab
newtab
Was ist Minimal New Tab?
Minimal New Tab ist eine Chrome-Erweiterung, die von downthecrop entwickelt wurde, und ihr Hauptmerkmal ist "newtab".
Erweiterungsscreenshots
Minimal New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Minimal New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | afnmoecpnepccekbinlapeolhgdgjclm | 
| Offizielle URL | https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm | 
| Beschreibung | newtab | 
| Dateigröße | 220 KB | 
| Installationsanzahl | 200 | 
| Aktuelle Version | 1.7 | 
| Letztes Update | 2023-09-20 | 
| Veröffentlichungsdatum | 2021-04-26 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | downthecrop | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/downthecrop/minimal-new-tab | 
| Unterstützte Sprachen | 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"
    }
}  |  |