Dark Tab
Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.
Qu'est-ce que Dark Tab ?
Dark Tab est une extension Chrome développée par bhavman2, et sa fonction principale est "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dark Tab
Téléchargez les fichiers d'extension Dark Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Dark Tab |
ID | hennhogejmpcmcdpjbfhangpmngfnbkl |
URL Officiel | 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. |
Taille du Fichier | 21.28 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-01-11 |
Date de Publication | 2019-01-11 |
Développeur | bhavman2 |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |