nightTab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
什麼是nightTab?
nightTab是由zombieFox開發的Chrome擴展程式,該擴展的主要功能是“A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.”。
擴展截圖
下載nightTab擴展crx文件
下載nightTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features:
- Display the time, date and a search bar in the header.
- Present any number of bookmark tiles organised in groups.
- Customise the layout, background image or video, theme, font and accent colour.
- Backup your setup to a local file.
nightTab does NOT collect or use your personal or browser data in any way. 擴展基本資訊
| 名稱 | |
| ID | hdpcadigjkbcpnlcpbcohpafiaefanki |
| 官方網址 | https://chromewebstore.google.com/detail/nighttab/hdpcadigjkbcpnlcpbcohpafiaefanki |
| 簡介 | A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab. |
| 檔案大小 | 955 KB |
| 安裝次數 | 203,019 |
| 目前版本 | 7.3.0 |
| 更新時間 | 2021-10-03 |
| 上架時間 | 2020-06-16 |
| 評分 | 4.76/5 共 372 次評分 |
| 開發者 | zombieFox |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/zombieFox/nightTab |
| 說明頁面URL | https://github.com/zombieFox/nightTab/issues |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "7.3.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon\/icon-16.png",
"48": "icon\/icon-48.png",
"128": "icon\/icon-128.png",
"512": "icon\/icon-512.png"
}
} | |