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…

Vad är Void New Tab?

Void New Tab är en Chrome-tillägg utvecklad av Tom Day, och dess huvudfunktion är "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Void New Tab-förlängningens CRX-fil

Ladda ner Void New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
Officiell webbadress https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
Beskrivning Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Filstorlek 143 KB
Antal Installationer 94
Aktuell Version 1.0.0.1
Senast Uppdaterad 2018-01-16
Publiceringsdatum 2018-01-16
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Tom Day
Betalningssätt free
Tilläggswebbplats https://github.com/TDay1/void-newtab
Hjälpsida URL https://github.com/TDay1/void-newtab
Stödda Språk 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"
    }
}