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擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | hennhogejmpcmcdpjbfhangpmngfnbkl |
| 官方網址 | 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\/*"
]
} | |