BWNT - New Tab
Minimalist New Tab page.
What is BWNT - New Tab?
BWNT - New Tab is a Chrome extension developed by https://erikboesen.com, and its main feature is "Minimalist New Tab page.".
Extension Screenshots
Download BWNT - New Tab Extension CRX File
Download BWNT - New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | doiinciigjmmlnbehjjjkeoamihggkba |
| Official URL | https://chromewebstore.google.com/detail/bwnt-new-tab/doiinciigjmmlnbehjjjkeoamihggkba |
| Description | Minimalist New Tab page. |
| File Size | 39.74 KB |
| Installation Count | 2,103 |
| Current Version | 2.1.1 |
| Last Updated | 2018-03-20 |
| Publish Date | 2018-03-20 |
| Rating | 4.52/5 Total 29 Ratings |
| Developer | https://erikboesen.com |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |