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…

Hvad er Void New Tab?

Void New Tab er en Chrome-udvidelse udviklet af Tom Day, og dens hovedfunktion er "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Void New Tab-udvidelses-CRX-fil

Download Void New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
Officiel URL https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
Beskrivelse Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Filstørrelse 143 KB
Antal Installationer 94
Nuværende Version 1.0.0.1
Senest Opdateret 2018-01-16
Udgivelsesdato 2018-01-16
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Tom Day
Betalingsmetode free
Udvidelseswebsted https://github.com/TDay1/void-newtab
Hjælpeside-URL https://github.com/TDay1/void-newtab
Understøttede Sprog 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"
    }
}