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 |
| 公式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\/*"
]
} | |