Blank New Tab Page
Replaces the new tab page with a blank one.
Wat is Blank New Tab Page?
Blank New Tab Page is een Chrome-extensie ontwikkeld door Gerrit Kopp, en de belangrijkste functie is "Replaces the new tab page with a blank one.".
Extensie Screenshots
Download het CRX-bestand van de extensie Blank New Tab Page
Download Blank New Tab Page-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
Replaces the new tab page with a blank one.
Basisinformatie over de Extensie
Naam | |
ID | ggbepbemaaocmiffjfeppcccoohjfnob |
Officiële URL | https://chromewebstore.google.com/detail/blank-new-tab-page/ggbepbemaaocmiffjfeppcccoohjfnob |
Beschrijving | Replaces the new tab page with a blank one. |
Bestandsgrootte | 64.97 KB |
Aantal Installaties | 193 |
Huidige Versie | 0.12 |
Laatst Bijgewerkt | 2023-12-05 |
Publicatiedatum | 2019-03-26 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Gerrit Kopp |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/GerritKopp/blanknewtabpage |
Ondersteunde Talen | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.12", "default_locale": "en", "description": "__MSG_extDescription__", "author": "Gerrit Kopp", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |