New Tab Page - Empty And Grey

With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.

Vad är New Tab Page - Empty And Grey?

New Tab Page - Empty And Grey är en Chrome-tillägg utvecklad av ibrasaymeh, och dess huvudfunktion är "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.".

Tilläggsskärmbilder

screenshot

Ladda ner New Tab Page - Empty And Grey-förlängningens CRX-fil

Ladda ner New Tab Page - Empty And Grey-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This is ideal for those who don't want to worry about which recently visited pages will show up on the new tab page, and who prefer a plain dark page over a noisy and complex one.                    

Grundläggande Information om Tillägg

Namn New Tab Page - Empty And Grey New Tab Page - Empty And Grey
ID mlhjffgheoihilfchfjplpjkfejgobgf
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-page-empty-and-gr/mlhjffgheoihilfchfjplpjkfejgobgf
Beskrivning With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.
Filstorlek 3.86 KB
Antal Installationer 64
Aktuell Version 1.1
Senast Uppdaterad 2018-11-27
Publiceringsdatum 2018-11-26
Utvecklare ibrasaymeh
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "ntp_empty_grey.html"
    },
    "description": "With this extension, the new tab page will display an empty grey page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "New Tab Page - Empty And Grey",
    "version": "1.1"
}