Dark Tab
Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.
Wat is Dark Tab?
Dark Tab is een Chrome-extensie ontwikkeld door bhavman2, en de belangrijkste functie is "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dark Tab
Download Dark Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Dark Tab |
ID | hennhogejmpcmcdpjbfhangpmngfnbkl |
Officiële URL | https://chromewebstore.google.com/detail/dark-tab/hennhogejmpcmcdpjbfhangpmngfnbkl |
Beschrijving | Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes. |
Bestandsgrootte | 21.28 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-01-11 |
Publicatiedatum | 2019-01-11 |
Ontwikkelaar | bhavman2 |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |