Dashy - Chrome Startpage Dashboard

A Dashboard for your Homelab

Wat is Dashy - Chrome Startpage Dashboard?

Dashy - Chrome Startpage Dashboard is een Chrome-extensie ontwikkeld door Lela810, en de belangrijkste functie is "A Dashboard for your Homelab".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dashy - Chrome Startpage Dashboard

Download Dashy - Chrome Startpage Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is the Dashy Webpage converted into a Browser-extension!
It will give you a dashboard in your new Tabs which you can customize to your hearts extent.
Completed with a Intuitive editor.                    

Basisinformatie over de Extensie

Naam Dashy - Chrome Startpage Dashboard Dashy - Chrome Startpage Dashboard
ID hadkmednchonkoigildhbbndeefhehmk
Officiële URL https://chromewebstore.google.com/detail/dashy-chrome-startpage-da/hadkmednchonkoigildhbbndeefhehmk
Beschrijving A Dashboard for your Homelab
Bestandsgrootte 8.78 MB
Aantal Installaties 144
Huidige Versie 1.1.2
Laatst Bijgewerkt 2022-02-11
Publicatiedatum 2021-10-24
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Lela810
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dashy.to/
Help Pagina-URL https://github.com/Lela810/dashy
URL van de Privacybeleid Pagina https://bit.ly/3DWw0Ng
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dashy - Chrome Startpage Dashboard",
    "short_name": "Dashy",
    "theme_color": "#00af87",
    "icons": {
        "16": ".\/web-icons\/favicon-16x16.png",
        "32": ".\/web-icons\/favicon-32x32.png",
        "48": ".\/web-icons\/favicon-48x48.png",
        "64": ".\/web-icons\/favicon-64x64.png",
        "128": ".\/web-icons\/favicon-128x128.png"
    },
    "start_url": ".",
    "display": "standalone",
    "background_color": "#000000",
    "manifest_version": 2,
    "author": "Lela810",
    "homepage_url": "https:\/\/github.com\/Lela810\/dashy",
    "description": "A Dashboard for your Homelab",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Dashy Web",
        "default_icon": {
            "16": ".\/web-icons\/favicon-16x16.png",
            "32": ".\/web-icons\/favicon-32x32.png"
        }
    },
    "version": "1.1.2"
}