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
官方網址 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
}