Empty New Tab Page

With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.

Wat is Empty New Tab Page?

Empty New Tab Page is een Chrome-extensie ontwikkeld door ✰✰✰✰✰✰, en de belangrijkste functie is "With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Empty New Tab Page

Download Empty 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

                                            

Basisinformatie over de Extensie

Naam Empty New Tab Page Empty New Tab Page
ID ldnoknppacjpejoacooogblpenmdligp
Officiële URL https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp
Beschrijving With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
Bestandsgrootte 6.71 KB
Aantal Installaties 103
Huidige Versie 1.1.2
Laatst Bijgewerkt 2016-01-16
Publicatiedatum 2016-01-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ✰✰✰✰✰✰
Betalingswijze free
Ondersteunde Talen de,en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "empty_newtab.html"
    },
    "description": "__MSG_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}