Void New Tab

Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…

Cos'è Void New Tab?

Void New Tab è un'estensione di Chrome sviluppata da Tom Day, e la sua funzione principale è "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Void New Tab

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

                        Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar.                    

Informazioni di Base sull'Estensione

Nome Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
URL Ufficiale https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
Descrizione Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Dimensione del File 143 KB
Conteggio Installazioni 94
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2018-01-16
Data di Pubblicazione 2018-01-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Tom Day
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/TDay1/void-newtab
URL della Pagina di Aiuto https://github.com/TDay1/void-newtab
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Void New Tab",
    "manifest_version": 2,
    "version": "1.0.0.1",
    "author": "Thomas Day",
    "remove_button": true,
    "short_name": "Void",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/img\/16px.png",
        "32": ".\/img\/32px.png",
        "48": ".\/img\/48px.png",
        "64": ".\/img\/64px.png",
        "128": ".\/img\/128px.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}