Bento - New Tab Page
displays a new tab page you can fully customize to your needs
Bento - New Tab Page란 무엇입니까?
Bento - New Tab Page은(는) kaisteinke에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "displays a new tab page you can fully customize to your needs"입니다.
확장 프로그램 스크린샷
Bento - New Tab Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A fully customizable new tab page which shows you the time, weather and your favorite links. Everything can be customized in the settings, also the colors. This new tab page features a light and dark mode and the option to add multiple links. You can also easily export and import your settings as a csv file so all devices are fully synchronized.
확장 프로그램 기본 정보
이름 | Bento - New Tab Page |
ID | bdhpicdiahfbfeejiamoejihononngei |
공식 URL | https://chromewebstore.google.com/detail/bento-new-tab-page/bdhpicdiahfbfeejiamoejihononngei |
설명 | displays a new tab page you can fully customize to your needs |
파일 크기 | 3.61 MB |
설치 횟수 | 41 |
현재 버전 | 1.8.2 |
최근 업데이트 | 2023-12-06 |
출시 날짜 | 2021-05-25 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | kaisteinke |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gitlab.com/kaisteinke/bento |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bento - New Tab Page", "description": "displays a new tab page you can fully customize to your needs", "version": "1.8.2", "author": "Kai Steinke", "homepage_url": "https:\/\/gitlab.com\/kaisteinke\/bento", "options_page": "options.html", "short_name": "Bento", "icons": { "16": "icons\/logo\/16.png", "48": "icons\/logo\/48.png", "128": "icons\/logo\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |