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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
| 공식 URL | 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"
]
} | |