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'est-ce que Void New Tab ?

Void New Tab est une extension Chrome développée par Tom Day, et sa fonction principale est "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Void New Tab

Téléchargez les fichiers d'extension Void New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
URL Officiel https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
Description Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Taille du Fichier 143 KB
Nombre d'Installations 94
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2018-01-16
Date de Publication 2018-01-16
Évaluation 5.00/5 Total 3 Évaluations
Développeur Tom Day
Type de Paiement free
Site Web de l'Extension https://github.com/TDay1/void-newtab
URL de la Page d'Aide https://github.com/TDay1/void-newtab
Langues Prises en Charge 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"
    }
}