Minimal New Tab
newtab
Wat is Minimal New Tab?
Minimal New Tab is een Chrome-extensie ontwikkeld door downthecrop, en de belangrijkste functie is "newtab".
Extensie Screenshots
Download het CRX-bestand van de extensie Minimal New Tab
Download Minimal New 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
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 Basisinformatie over de Extensie
| Naam | |
| ID | afnmoecpnepccekbinlapeolhgdgjclm |
| Officiële URL | https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm |
| Beschrijving | newtab |
| Bestandsgrootte | 220 KB |
| Aantal Installaties | 200 |
| Huidige Versie | 1.7 |
| Laatst Bijgewerkt | 2023-09-20 |
| Publicatiedatum | 2021-04-26 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | downthecrop |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/downthecrop/minimal-new-tab |
| Ondersteunde Talen | 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"
}
} | |