Bright Tab
Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list.
Bright Tab란 무엇입니까?
Bright Tab은(는) coryatkinson56에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list."입니다.
확장 프로그램 스크린샷
Bright Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bright Tab is a simple tool which allows you to use additional functionality from your new tab by providing a custom web search Get breathtaking HD images that give you joy and inspiration to boost your mood and motivation to start your day. Bright Tab is your gateway to a beautiful journey in various themes from nature to space. On Bright Tab, you can stay on top of things by getting quick access to popular sites and getting organized with our simple 'to do' list. Your new tab is enhanced with Bing. This add-on, with mentioned productivity links and beautiful wallpaper, will help you complete your day-to-day tasks and you can track your To-Do list easily. By clicking “Add to Chrome”, you agree to install the Bright Tab Chrome Extension, change the Chrome™ New Tab to Bright Tab, and accept the End-User License Agreement and Privacy Policy. To find out more about our product go to: https://bright-tab.com https://bright-tab.com/eula.html https://bright-tab.com/privacy.html https://bright-tab.com/uninstall.html https://bright-tab.com/contact.html
확장 프로그램 기본 정보
이름 | Bright Tab |
ID | kkpnlekgnlpcagkhdhlellaijomcjjbe |
공식 URL | https://chromewebstore.google.com/detail/bright-tab/kkpnlekgnlpcagkhdhlellaijomcjjbe |
설명 | Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list. |
파일 크기 | 248 KB |
설치 횟수 | 51,225 |
현재 버전 | 1.7 |
최근 업데이트 | 2023-09-04 |
출시 날짜 | 2021-04-15 |
평점 | 4.86/5 총 28 개의 평점 |
개발자 | coryatkinson56 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bright-tab.com |
도움말 페이지 URL | https://bright-tab.com/html/contact.html |
개인정보 보호 정책 페이지 URL | https://bright-tab.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bright Tab", "description": "Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list.", "version": "1.7", "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/64.png", "128": "\/images\/128.png" }, "chrome_url_overrides": { "newtab": "html\/newTab.html" }, "permissions": [ "storage", "tabs" ], "manifest_version": 3, "author": "Bright Tab", "background": { "service_worker": "bg.js" }, "host_permissions": [ "*:\/\/bright-tab.com\/*" ] } |