Dashy - Chrome Startpage Dashboard

A Dashboard for your Homelab

Cos'è Dashy - Chrome Startpage Dashboard?

Dashy - Chrome Startpage Dashboard è un'estensione di Chrome sviluppata da Lela810, e la sua funzione principale è "A Dashboard for your Homelab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dashy - Chrome Startpage Dashboard

Scarica i file di estensione Dashy - Chrome Startpage Dashboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dashy - Chrome Startpage Dashboard Dashy - Chrome Startpage Dashboard
ID hadkmednchonkoigildhbbndeefhehmk
URL Ufficiale https://chromewebstore.google.com/detail/dashy-chrome-startpage-da/hadkmednchonkoigildhbbndeefhehmk
Descrizione A Dashboard for your Homelab
Dimensione del File 8.78 MB
Conteggio Installazioni 144
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-02-11
Data di Pubblicazione 2021-10-24
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Lela810
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dashy.to/
URL della Pagina di Aiuto https://github.com/Lela810/dashy
URL della Pagina della Politica sulla Privacy https://bit.ly/3DWw0Ng
Lingue Supportate 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"
}