New Tab Blank Black Page

New Tab opens with a blank black page

Cos'è New Tab Blank Black Page?

New Tab Blank Black Page è un'estensione di Chrome sviluppata da Applin Devlin, e la sua funzione principale è "New Tab opens with a blank black page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione New Tab Blank Black Page

Scarica i file di estensione New Tab Blank Black Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Make your New Tab a simple Blank Black Page :)
If you like a New Tab to open quickly and contain nothing this is the Extension for you. Get rid of the default Chrome New Tab and it's slow-loading privacy-pooping "Recently Opened Websites" icons.

Why did I write this Extension? Because I don't like the default Chrome New Tab, and most importantly I want my New Tabs to simply be a blank black page. So here it is!
As Eric S. Raymond said "Every good work of software starts by scratching a developer's personal itch."

You may also be interested in my "New Tab Custom Colour Blank Page" Chrome Extension which allows you to choose the background colour, available here:
https://chrome.google.com/webstore/detail/new-tab-custom-colour-bla/alpbidclbcicajijnlgcchmkkbbknokl

Enjoy!
Alan                    

Informazioni di Base sull'Estensione

Nome New Tab Blank Black Page New Tab Blank Black Page
ID ijmmakaohfkpngajfinbgcbbnbfhleoo
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-blank-black-page/ijmmakaohfkpngajfinbgcbbnbfhleoo
Descrizione New Tab opens with a blank black page
Dimensione del File 8.58 KB
Conteggio Installazioni 489
Versione Corrente 0.2
Ultimo Aggiornamento 2023-01-02
Data di Pubblicazione 2018-07-15
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore Applin Devlin
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://www.alancowap.com/appsprivacypolicy/
URL della Pagina della Politica sulla Privacy http://www.alancowap.com/appsprivacypolicy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Tab Blank Black Page",
    "version": "0.2",
    "description": "New Tab opens with a blank black page",
    "author": "Alan Cowap",
    "icons": {
        "16": "images\/NewTab_Screenshot_Corner_16x16.png",
        "32": "images\/NewTab_Screenshot_Corner_32x32.png",
        "48": "images\/NewTab_Screenshot_Corner_48x48.png",
        "128": "images\/NewTab_Screenshot_Corner_128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "alBlank.html"
    },
    "offline_enabled": true,
    "short_name": "NewTab Black"
}