Spark Dashboard

Powerful override for New Tab redefining it with new features and functionality

Spark Dashboard क्या है?

Spark Dashboard Noah Lloyd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Powerful override for New Tab redefining it with new features and functionality"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spark Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}