Dark Tab
Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.
什么是Dark Tab?
Dark Tab是由bhavman2开发的Chrome扩展程序,该扩展的主要功能是“Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.”。
扩展截图
下载Dark Tab扩展crx文件
下载Dark Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Dark Tab |
ID | hennhogejmpcmcdpjbfhangpmngfnbkl |
官方URL | https://chromewebstore.google.com/detail/dark-tab/hennhogejmpcmcdpjbfhangpmngfnbkl |
简介 | Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes. |
文件大小 | 21.28 KB |
安装次数 | 12 |
当前版本 | 1.3 |
更新时间 | 2019-01-11 |
上架时间 | 2019-01-11 |
开发者 | bhavman2 |
付费类型 | free |
支持的语言 | 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\/*" ] } |