Dark Tab
Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.
What is Dark Tab?
Dark Tab is a Chrome extension developed by bhavman2, and its main feature is "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.".
Extension Screenshots
Download Dark Tab Extension CRX File
Download Dark 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
Extension Basic Information
Name | Dark Tab |
ID | hennhogejmpcmcdpjbfhangpmngfnbkl |
Official URL | https://chromewebstore.google.com/detail/dark-tab/hennhogejmpcmcdpjbfhangpmngfnbkl |
Description | Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes. |
File Size | 21.28 KB |
Installation Count | 12 |
Current Version | 1.3 |
Last Updated | 2019-01-11 |
Publish Date | 2019-01-11 |
Developer | bhavman2 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Tab", "description": "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.", "version": "1.3", "author": "Bhavik Raval", "manifest_version": 2, "icons": { "128": "light-on-128.png", "48": "light-on-48.png", "16": "light-on-16.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "light-on-16.png", "default_title": "Dark Tab" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "storage", "http:\/\/api.unsplash.com\/*" ] } |