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.
擴展基本資訊
名稱 | Dashy - Chrome Startpage Dashboard |
ID | hadkmednchonkoigildhbbndeefhehmk |
官方網址 | 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" } |