Dashy - Chrome Startpage Dashboard
A Dashboard for your Homelab
什么是Dashy - Chrome Startpage Dashboard?
Dashy - Chrome Startpage Dashboard是由Lela810开发的Chrome扩展程序,该扩展的主要功能是“A Dashboard for your Homelab”。
扩展截图
下载Dashy - Chrome Startpage Dashboard扩展crx文件
下载Dashy - Chrome Startpage Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | hadkmednchonkoigildhbbndeefhehmk |
| 官方URL | https://chromewebstore.google.com/detail/dashy-chrome-startpage-da/hadkmednchonkoigildhbbndeefhehmk |
| 简介 | A Dashboard for your Homelab |
| 文件大小 | 8.78 MB |
| 安装次数 | 144 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2022-02-11 |
| 上架时间 | 2021-10-24 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Lela810 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://dashy.to/ |
| 帮助页面URL | https://github.com/Lela810/dashy |
| 隐私政策页面URL | https://bit.ly/3DWw0Ng |
| 支持的语言 | 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"
} | |