Dashy - Chrome Startpage Dashboard

A Dashboard for your Homelab

Co je Dashy - Chrome Startpage Dashboard?

Dashy - Chrome Startpage Dashboard je rozšíření Chrome vyvinuté Lela810, a jeho hlavní funkcí je „A Dashboard for your Homelab“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Dashy - Chrome Startpage Dashboard

Stáhněte si soubory rozšíření Dashy - Chrome Startpage Dashboard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dashy - Chrome Startpage Dashboard Dashy - Chrome Startpage Dashboard
ID hadkmednchonkoigildhbbndeefhehmk
Oficiální URL https://chromewebstore.google.com/detail/dashy-chrome-startpage-da/hadkmednchonkoigildhbbndeefhehmk
Popis A Dashboard for your Homelab
Velikost souboru 8.78 MB
Počet instalací 144
Aktuální Verze 1.1.2
Poslední Aktualizace 2022-02-11
Datum Vydání 2021-10-24
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Lela810
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dashy.to/
URL Stránky Nápovědy https://github.com/Lela810/dashy
URL Stránky Zásad Ochrany Soukromí https://bit.ly/3DWw0Ng
Podporované Jazyky 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"
}