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”。

扩展截图

screenshot
screenshot

下载Spark Dashboard扩展crx文件

下载Spark Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
}