Sourcetab: New Tab Dashboard
A material design dashboard for your browser's new tab page with widgets and settings.
Sourcetab: New Tab Dashboard란 무엇입니까?
Sourcetab: New Tab Dashboard은(는) https://sourcetab.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A material design dashboard for your browser's new tab page with widgets and settings."입니다.
확장 프로그램 스크린샷
Sourcetab: New Tab Dashboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: - Multiple types of widgets to add to the dashboard and toolbar. - Different alignments for widgets in the toolbar. - Easily rearrange widgets through drag and drop while in edit mode. - Many customizable options in the settings. - Easy data management for backup and restoration later on. Backgrounds: - Solid color - Lineage gradient - Uploaded or URL-specified image/video - Embedded website - Embedded YouTube video Widgets: - Link (easily navigate to other websites) - Clock (display the time/date) - Note (record simple notes throughout the day) - IFrame (embed other websites as a widget)
확장 프로그램 기본 정보
이름 | Sourcetab: New Tab Dashboard |
ID | akomlegpokabommpdjfmhnbdcnaefmdo |
공식 URL | https://chromewebstore.google.com/detail/sourcetab-new-tab-dashboa/akomlegpokabommpdjfmhnbdcnaefmdo |
설명 | A material design dashboard for your browser's new tab page with widgets and settings. |
파일 크기 | 511 KB |
설치 횟수 | 211 |
현재 버전 | 3.3.0 |
최근 업데이트 | 2023-04-24 |
출시 날짜 | 2020-09-02 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://sourcetab.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sourcetab.org |
도움말 페이지 URL | https://github.com/sourcetab/sourcetab |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sourcetab: New Tab Dashboard", "short_name": "Sourcetab", "description": "A material design dashboard for your browser's new tab page with widgets and settings.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": ".\/icons\/16.png", "19": ".\/icons\/19.png", "38": ".\/icons\/38.png", "48": ".\/icons\/48.png", "64": ".\/icons\/64.png", "128": ".\/icons\/128.png", "300": ".\/icons\/300.png", "500": ".\/icons\/500.png" }, "permissions": [ "storage" ], "version": "3.3.0", "manifest_version": 3 } |