Dashy - Chrome Startpage Dashboard
A Dashboard for your Homelab
Qu'est-ce que Dashy - Chrome Startpage Dashboard ?
Dashy - Chrome Startpage Dashboard est une extension Chrome développée par Lela810, et sa fonction principale est "A Dashboard for your Homelab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dashy - Chrome Startpage Dashboard
Téléchargez les fichiers d'extension Dashy - Chrome Startpage Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Dashy - Chrome Startpage Dashboard |
ID | hadkmednchonkoigildhbbndeefhehmk |
URL Officiel | https://chromewebstore.google.com/detail/dashy-chrome-startpage-da/hadkmednchonkoigildhbbndeefhehmk |
Description | A Dashboard for your Homelab |
Taille du Fichier | 8.78 MB |
Nombre d'Installations | 144 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2022-02-11 |
Date de Publication | 2021-10-24 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Lela810 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dashy.to/ |
URL de la Page d'Aide | https://github.com/Lela810/dashy |
URL de la Page de Politique de Confidentialité | https://bit.ly/3DWw0Ng |
Langues Prises en Charge | 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" } |