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…

Was ist Void New Tab?

Void New Tab ist eine Chrome-Erweiterung, die von Tom Day entwickelt wurde, und ihr Hauptmerkmal ist "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Void New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Void New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
Offizielle URL https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
Beschreibung Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Dateigröße 143 KB
Installationsanzahl 94
Aktuelle Version 1.0.0.1
Letztes Update 2018-01-16
Veröffentlichungsdatum 2018-01-16
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Tom Day
Zahlungsart free
Erweiterungswebsite https://github.com/TDay1/void-newtab
Hilfeseite URL https://github.com/TDay1/void-newtab
Unterstützte Sprachen 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"
    }
}