Dashy - Chrome Startpage Dashboard
A Dashboard for your Homelab
Was ist Dashy - Chrome Startpage Dashboard?
Dashy - Chrome Startpage Dashboard ist eine Chrome-Erweiterung, die von Lela810 entwickelt wurde, und ihr Hauptmerkmal ist "A Dashboard for your Homelab".
Erweiterungsscreenshots
Dashy - Chrome Startpage Dashboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dashy - Chrome Startpage 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
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.
Grundlegende Informationen zur Erweiterung
Name | Dashy - Chrome Startpage Dashboard |
ID | hadkmednchonkoigildhbbndeefhehmk |
Offizielle URL | https://chromewebstore.google.com/detail/dashy-chrome-startpage-da/hadkmednchonkoigildhbbndeefhehmk |
Beschreibung | A Dashboard for your Homelab |
Dateigröße | 8.78 MB |
Installationsanzahl | 144 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2022-02-11 |
Veröffentlichungsdatum | 2021-10-24 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Lela810 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dashy.to/ |
Hilfeseite URL | https://github.com/Lela810/dashy |
URL der Datenschutzrichtlinien-Seite | https://bit.ly/3DWw0Ng |
Unterstützte Sprachen | 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" } |