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 |
公式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 |
Eメール | [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" } |