Simple Dashboard

Replace new tab page with a Simple Dashboard

Was ist Simple Dashboard?

Simple Dashboard ist eine Chrome-Erweiterung, die von Rob entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with a Simple Dashboard".

Erweiterungsscreenshots

screenshot

Simple Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A simple dashboard to replace the Google Chrome New Tab. Backgrounds are powered by Pexels, weather by NOAA, and the latest 8 events in your primary Google Calendar. Simple Dash is developed with your privacy in mind, no 3rd party analytics tools are embedded in the application, nor does any of your information travel to a 3rd party server. It simply uses the freely available APIs to pull in relevant information.                    

Grundlegende Informationen zur Erweiterung

Name Simple Dashboard Simple Dashboard
ID hnahjccmfijeojdehoofghicecdjnedi
Offizielle URL https://chromewebstore.google.com/detail/simple-dashboard/hnahjccmfijeojdehoofghicecdjnedi
Beschreibung Replace new tab page with a Simple Dashboard
Dateigröße 1.24 MB
Installationsanzahl 28
Aktuelle Version 1.2.30
Letztes Update 2021-01-20
Veröffentlichungsdatum 2018-06-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Rob
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "simpledash.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.googleapis.com 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with a Simple Dashboard",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Simple Dashboard",
    "offline_enabled": false,
    "permissions": [
        "geolocation",
        "identity"
    ],
    "short_name": "Simple Dash",
    "oauth2": {
        "client_id": "285229412238-o9ihm8u1d45objd1ehsibv2n0lket01k.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.30"
}