Empty New Tab Page

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

Vad är Empty New Tab Page?

Empty New Tab Page är en Chrome-tillägg utvecklad av [email protected], och dess huvudfunktion är "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Empty New Tab Page-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

                        For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex.

Version 1.2.0 adds dark mode support.                    

Grundläggande Information om Tillägg

Namn Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
Officiell webbadress https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
Beskrivning With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Filstorlek 10.61 KB
Antal Installationer 198,868
Aktuell Version 1.2.0
Senast Uppdaterad 2021-09-14
Publiceringsdatum 2019-05-13
Betyg 4.40/5 Totalt 1183 Betyg
Utvecklare [email protected]
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Empty New Tab Page",
    "version": "1.2.0",
    "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty_ntp.html"
    }
}