Spark Dashboard
Powerful override for New Tab redefining it with new features and functionality
Spark Dashboard란 무엇입니까?
Spark Dashboard은(는) Noah Lloyd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powerful override for New Tab redefining it with new features and functionality"입니다.
확장 프로그램 스크린샷
Spark Dashboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Spark Dashboard replaces your New Tab page with a dashboard that allows you to access notes, to-do's, alarms, frequent sites, and much more. 100% free for everyone. Why choose Spark? ● Free!! You don't have to pay for anything. ● Advanced features like alarms, site blocking, and tab groups. ● Looks amazing, you don't have to give up aesthetics for all the functionality Features: ● Notes to scribble down, and quickly access information ● To-do list so you can keep track of your tasks, all on your New Tab ● Alarms. Need to remember something in 30 minutes? We got you. ● Saves across multiple devices, notes, settings, to-do's, tab groups, etc. ● Quick links! Show your most visited sites, or choose sites yourself ● Focus mode which allows you to block sites on your block list when enabled ● Tab groups to group your tabs and open them all in one click! ● Toggle everything! If you don't like it, you can just remove it. ● Quickly access the chrome apps with just one click. ● Color themes, if you don't like the colors there are 4 other options! Enjoy saving tremendous amounts of time by having all your apps centralized through the New Tab page.
확장 프로그램 기본 정보
이름 | Spark Dashboard |
ID | nbipionifceibpbknobhdldjbfbkfcnc |
공식 URL | https://chromewebstore.google.com/detail/spark-dashboard/nbipionifceibpbknobhdldjbfbkfcnc |
설명 | Powerful override for New Tab redefining it with new features and functionality |
파일 크기 | 931 KB |
설치 횟수 | 39 |
현재 버전 | 2.5.1 |
최근 업데이트 | 2022-01-12 |
출시 날짜 | 2021-11-08 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Noah Lloyd |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sparkdashboard.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spark Dashboard", "description": "Powerful override for New Tab redefining it with new features and functionality", "version": "2.5.1", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "alarms", "notifications", "topSites" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png", "192": "logo192.png", "512": "logo512.png" }, "manifest_version": 3 } |