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…

¿Qué es Void New Tab?

Void New Tab es una extensión de Chrome desarrollada por Tom Day, y su función principal es "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Void New Tab

Descarga archivos de extensión Void New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
URL Oficial https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
Descripción Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Tamaño del Archivo 143 KB
Cantidad de Instalaciones 94
Versión Actual 1.0.0.1
Última Actualización 2018-01-16
Fecha de Publicación 2018-01-16
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Tom Day
Tipo de Pago free
Sitio Web de la Extensión https://github.com/TDay1/void-newtab
URL de la Página de Ayuda https://github.com/TDay1/void-newtab
Idiomas Soportados 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"
    }
}