BWNT - New Tab
Minimalist New Tab page.
什麼是BWNT - New Tab?
BWNT - New Tab是由https://erikboesen.com開發的Chrome擴展程式,該擴展的主要功能是“Minimalist New Tab page.”。
擴展截圖
下載BWNT - New Tab擴展crx文件
下載BWNT - New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A gorgeous hyperminimalistic new tab page featuring a clock and date.
Features:
- 12- and 24-hour time
- Date (can be hidden or shown)
- 5 beautiful themes: light, night, (full) dark, material, and light-blue.
- Option to use a custom image in the background.
- Option to rotate between light and night themes based on time of day
This project is on GitHub! https://github.com/ErikBoesen/BWNT 擴展基本資訊
| 名稱 | |
| ID | doiinciigjmmlnbehjjjkeoamihggkba |
| 官方網址 | https://chromewebstore.google.com/detail/bwnt-new-tab/doiinciigjmmlnbehjjjkeoamihggkba |
| 簡介 | Minimalist New Tab page. |
| 檔案大小 | 39.74 KB |
| 安裝次數 | 2,103 |
| 目前版本 | 2.1.1 |
| 更新時間 | 2018-03-20 |
| 上架時間 | 2018-03-20 |
| 評分 | 4.52/5 共 29 次評分 |
| 開發者 | https://erikboesen.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,fr,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"version": "2.1.1",
"short_name": "BWNT",
"description": "__MSG_extension_description__",
"icons": {
"128": "res\/icon.png"
},
"default_locale": "en",
"minimum_chrome_version": "36.0",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage"
]
} | |