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…
What is Void New Tab?
Void New Tab is a Chrome extension developed by Tom Day, and its main feature is "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".
Extension Screenshots
Download Void New Tab Extension CRX File
Download Void New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Void New Tab |
ID | hiljjibmhmmammdajeibdemkofflgnpf |
Official URL | 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… |
File Size | 143 KB |
Installation Count | 94 |
Current Version | 1.0.0.1 |
Last Updated | 2018-01-16 |
Publish Date | 2018-01-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Tom Day |
Payment Type | free |
Extension Website | https://github.com/TDay1/void-newtab |
Help Page URL | https://github.com/TDay1/void-newtab |
Supported Languages | 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" } } |