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…

Wat is Void New Tab?

Void New Tab is een Chrome-extensie ontwikkeld door Tom Day, en de belangrijkste functie is "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Void New Tab

Download Void New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
Officiële URL https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
Beschrijving Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Bestandsgrootte 143 KB
Aantal Installaties 94
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2018-01-16
Publicatiedatum 2018-01-16
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Tom Day
Betalingswijze free
Extensiewebsite https://github.com/TDay1/void-newtab
Help Pagina-URL https://github.com/TDay1/void-newtab
Ondersteunde Talen 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"
    }
}