Dashy - Chrome Startpage Dashboard
A Dashboard for your Homelab
What is Dashy - Chrome Startpage Dashboard?
Dashy - Chrome Startpage Dashboard is a Chrome extension developed by Lela810, and its main feature is "A Dashboard for your Homelab".
Extension Screenshots
Download Dashy - Chrome Startpage Dashboard Extension CRX File
Download Dashy - Chrome Startpage Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dashy - Chrome Startpage Dashboard |
ID | hadkmednchonkoigildhbbndeefhehmk |
Official URL | https://chromewebstore.google.com/detail/dashy-chrome-startpage-da/hadkmednchonkoigildhbbndeefhehmk |
Description | A Dashboard for your Homelab |
File Size | 8.78 MB |
Installation Count | 144 |
Current Version | 1.1.2 |
Last Updated | 2022-02-11 |
Publish Date | 2021-10-24 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Lela810 |
[email protected] | |
Payment Type | free |
Extension Website | https://dashy.to/ |
Help Page URL | https://github.com/Lela810/dashy |
Privacy Policy Page URL | https://bit.ly/3DWw0Ng |
Supported Languages | 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" } |