ABSOLUTELY Blank New Tab Page

The fastest new tab page page

Cos'è ABSOLUTELY Blank New Tab Page?

ABSOLUTELY Blank New Tab Page è un'estensione di Chrome sviluppata da ilyaigpetrov, e la sua funzione principale è "The fastest new tab page page".

Screenshot dell'Estensione

screenshot

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

Scarica i file di estensione ABSOLUTELY Blank New Tab 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

                        Save a few megabytes of memory by overriding new tab page with an ABSOLUTELY empty text file.
Use Ctrl+Shift+B to show and hide the bookmarks bar.
Extremely minimalistic to lower the risk of breaking something and make it faster.
Open source so everyone may look inside and make sure it has no malware or modify it the way he wants.
Public domain so you may do whatever you want with it.                    

Informazioni di Base sull'Estensione

Nome ABSOLUTELY Blank New Tab Page ABSOLUTELY Blank New Tab Page
ID jjbjmfkdmmbjdmmjoccdccaeffkkbiga
URL Ufficiale https://chromewebstore.google.com/detail/absolutely-blank-new-tab/jjbjmfkdmmbjdmmjoccdccaeffkkbiga
Descrizione The fastest new tab page page
Dimensione del File 4.85 KB
Conteggio Installazioni 77
Versione Corrente 0.0.0.5
Ultimo Aggiornamento 2019-05-24
Data di Pubblicazione 2019-05-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore ilyaigpetrov
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page
URL della Pagina di Aiuto https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page/issues
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.0.0.5",
    "default_locale": "en",
    "content_security_policy": "script-src 'none'; object-src 'none'; default-src 'none'",
    "chrome_url_overrides": {
        "newtab": ".\/blank.txt"
    },
    "manifest_version": 2
}